Uses of Enum Class
migratedb.v1.core.api.MigrationState
Packages that use MigrationState
Package
Description
MigrateDbException, MigrationInfo and related classes.
-
Uses of MigrationState in migratedb.v1.core.api
Methods in migratedb.v1.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 migratedb.v1.core.api.pattern
Methods in migratedb.v1.core.api.pattern with parameters of type MigrationStateModifier and TypeMethodDescriptionbooleanValidatePattern.matchesMigration(boolean isVersioned, MigrationState state)