Class FlywayEndpoint.FlywayMigration
- java.lang.Object
- org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
- Enclosing class:
- FlywayEndpoint
public static final class FlywayEndpoint.FlywayMigration extends Object
Details of a migration performed by Flyway.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getChecksum()
String
getDescription()
Integer
getExecutionTime()
String
getInstalledBy()
Instant
getInstalledOn()
Integer
getInstalledRank()
String
getScript()
org.flywaydb.core.api.MigrationState
getState()
org.flywaydb.core.api.MigrationType
getType()
String
getVersion()
Method Detail
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()