Class FlywayEndpoint.FlywayMigrationDescriptor

java.lang.Object
org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigrationDescriptor
Enclosing class:
FlywayEndpoint

public static final class FlywayEndpoint.FlywayMigrationDescriptor extends Object
Description of a migration performed by Flyway.
  • Method Details

    • getType

      public String getType()
    • getChecksum

      public Integer getChecksum()
    • getVersion

      public String getVersion()
    • getDescription

      public String getDescription()
    • getScript

      public String getScript()
    • getState

      public org.flywaydb.core.api.MigrationState getState()
    • getInstalledBy

      public String getInstalledBy()
    • getInstalledOn

      public Instant getInstalledOn()
    • getInstalledRank

      public Integer getInstalledRank()
    • getExecutionTime

      public Integer getExecutionTime()