Uses of Enum Class
org.flywaydb.core.api.MigrationState
Packages that use MigrationState
Package
Description
FlywayException, MigrationInfo and related classes.
Interfaces for Migration resolvers.
-
Uses of MigrationState in org.flywaydb.core.api
Methods in org.flywaydb.core.api that return MigrationStateModifier and TypeMethodDescriptionMigrationInfo.getState()static MigrationStateReturns the enum constant of this class with the specified name.static MigrationState[]MigrationState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MigrationState in org.flywaydb.core.api.migration.baseline
Methods in org.flywaydb.core.api.migration.baseline that return MigrationStateModifier and TypeMethodDescriptionBaselineAppliedMigration.getState(org.flywaydb.core.internal.info.MigrationInfoContext context, boolean outOfOrder, ResolvedMigration resolvedMigration) BaselineResolvedMigration.getState(org.flywaydb.core.internal.info.MigrationInfoContext context) -
Uses of MigrationState in org.flywaydb.core.api.pattern
Methods in org.flywaydb.core.api.pattern with parameters of type MigrationStateModifier and TypeMethodDescriptionbooleanValidatePattern.matchesMigration(boolean isVersioned, MigrationState state) -
Uses of MigrationState in org.flywaydb.core.api.resolver
Methods in org.flywaydb.core.api.resolver that return MigrationStateModifier and TypeMethodDescriptiondefault MigrationStateResolvedMigration.getState(org.flywaydb.core.internal.info.MigrationInfoContext context)