类 FlywayEndpoint.FlywayMigration
- java.lang.Object
- org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
- 封闭类:
- FlywayEndpoint
public static final class FlywayEndpoint.FlywayMigration extends Object
Details of a migration performed by Flyway.
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 IntegergetChecksum()StringgetDescription()IntegergetExecutionTime()StringgetInstalledBy()InstantgetInstalledOn()IntegergetInstalledRank()StringgetScript()org.flywaydb.core.api.MigrationStategetState()org.flywaydb.core.api.MigrationTypegetType()StringgetVersion()
方法详细资料
getType
public org.flywaydb.core.api.MigrationType getType()
getChecksum
public Integer getChecksum()
getVersion
public String getVersion()
getDescription
public String getDescription()
getState
public org.flywaydb.core.api.MigrationState getState()
getInstalledBy
public String getInstalledBy()
getInstalledOn
public Instant getInstalledOn()
getInstalledRank
public Integer getInstalledRank()
getExecutionTime
public Integer getExecutionTime()