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() |
Date |
getInstalledOn() |
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 Date getInstalledOn()
public Integer getExecutionTime()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.