public static class FlywayEndpoint.FlywayMigration extends Object
Constructor and Description |
---|
FlywayMigration(org.flywaydb.core.api.MigrationInfo info) |
Modifier and Type | Method and Description |
---|---|
Integer |
getChecksum() |
String |
getDescription() |
Integer |
getExecutionTime() |
String |
getInstalledBy() |
Date |
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 Date getInstalledOn()
public Integer getInstalledRank()
public Integer getExecutionTime()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.