public static final class FlywayEndpoint.FlywayMigration extends Object
Modifier and Type | Method and 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() |
public org.flywaydb.core.api.MigrationType getType()
public Integer getChecksum()
public String getVersion()
public String getDescription()
public String getScript()
public org.flywaydb.core.api.MigrationState getState()
public String getInstalledBy()
public Instant getInstalledOn()
public Integer getInstalledRank()
public Integer getExecutionTime()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.