public.javadoc.org.spincast.plugins.flywayutils.SpincastFlywayResolvedMigration.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
SpincastFlywayResolvedMigration (org.spincast:spincast-framework 2.1.1 API)
Package org.spincast.plugins.flywayutils
Class SpincastFlywayResolvedMigration
java.lang.Object
org.spincast.plugins.flywayutils.SpincastFlywayResolvedMigration
- All Implemented Interfaces:
org.flywaydb.core.api.resolver.ResolvedMigration
public class SpincastFlywayResolvedMigration
extends Object
implements org.flywaydb.core.api.resolver.ResolvedMigration
-
Constructor Summary
Constructor
Description
SpincastFlywayResolvedMigration(SpincastFlywayMigration spincastFlywayMigration)
-
Method Summary
Modifier and Type
Method
Description
boolean
checksumMatches(Integer checksum)
boolean
checksumMatchesWithoutBeingIdentical(Integer checksum)
org.flywaydb.core.api.executor.MigrationExecutor
protected SpincastFlywayMigration
org.flywaydb.core.api.MigrationType
getType()
org.flywaydb.core.api.MigrationVersion
-
Constructor Details
-
SpincastFlywayResolvedMigration
-
Method Details
-
getSpincastFlywayMigration
-
getVersion
public org.flywaydb.core.api.MigrationVersion getVersion()
- Specified by:
getVersion
in interface org.flywaydb.core.api.resolver.ResolvedMigration
-
getDescription
- Specified by:
getDescription
in interface org.flywaydb.core.api.resolver.ResolvedMigration
-
getScript
- Specified by:
getScript
in interface org.flywaydb.core.api.resolver.ResolvedMigration
-
getChecksum
- Specified by:
getChecksum
in interface org.flywaydb.core.api.resolver.ResolvedMigration
-
getType
public org.flywaydb.core.api.MigrationType getType()
- Specified by:
getType
in interface org.flywaydb.core.api.resolver.ResolvedMigration
-
getPhysicalLocation
- Specified by:
getPhysicalLocation
in interface org.flywaydb.core.api.resolver.ResolvedMigration
-
getExecutor
public org.flywaydb.core.api.executor.MigrationExecutor getExecutor()
- Specified by:
getExecutor
in interface org.flywaydb.core.api.resolver.ResolvedMigration
-
checksumMatches
-
checksumMatchesWithoutBeingIdentical