クラス FlywayEndpoint.FlywayMigrationDescriptor

java.lang.ObjectSE
org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigrationDescriptor
含まれているクラス:
FlywayEndpoint

public static final class FlywayEndpoint.FlywayMigrationDescriptor extends ObjectSE
Flyway によって実行される移行の説明。
  • メソッドの詳細

    • getType

      public StringSE getType()
    • getChecksum

      public IntegerSE getChecksum()
    • getVersion

      public StringSE getVersion()
    • getDescription

      public StringSE getDescription()
    • getScript

      public StringSE getScript()
    • getState

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

      public StringSE getInstalledBy()
    • getInstalledOn

      public InstantSE getInstalledOn()
    • getInstalledRank

      public IntegerSE getInstalledRank()
    • getExecutionTime

      public IntegerSE getExecutionTime()