public class SpincastFlywayResolvedMigration extends Object implements org.flywaydb.core.api.resolver.ResolvedMigration
| Constructor and Description |
|---|
SpincastFlywayResolvedMigration(SpincastFlywayMigration spincastFlywayMigration) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getChecksum() |
String |
getDescription() |
org.flywaydb.core.api.resolver.MigrationExecutor |
getExecutor() |
String |
getPhysicalLocation() |
String |
getScript() |
protected SpincastFlywayMigration |
getSpincastFlywayMigration() |
org.flywaydb.core.api.MigrationType |
getType() |
org.flywaydb.core.api.MigrationVersion |
getVersion() |
public SpincastFlywayResolvedMigration(SpincastFlywayMigration spincastFlywayMigration)
protected SpincastFlywayMigration getSpincastFlywayMigration()
public org.flywaydb.core.api.MigrationVersion getVersion()
getVersion in interface org.flywaydb.core.api.resolver.ResolvedMigrationpublic String getDescription()
getDescription in interface org.flywaydb.core.api.resolver.ResolvedMigrationpublic String getScript()
getScript in interface org.flywaydb.core.api.resolver.ResolvedMigrationpublic Integer getChecksum()
getChecksum in interface org.flywaydb.core.api.resolver.ResolvedMigrationpublic org.flywaydb.core.api.MigrationType getType()
getType in interface org.flywaydb.core.api.resolver.ResolvedMigrationpublic String getPhysicalLocation()
getPhysicalLocation in interface org.flywaydb.core.api.resolver.ResolvedMigrationpublic org.flywaydb.core.api.resolver.MigrationExecutor getExecutor()
getExecutor in interface org.flywaydb.core.api.resolver.ResolvedMigrationCopyright © 2019. All rights reserved.