Uses of Class
migratedb.v1.core.api.MigrationState
-
Packages that use MigrationState Package Description migratedb.v1.core.api MigrateDbException, MigrationInfo and related classes.migratedb.v1.core.api.pattern -
-
Uses of MigrationState in migratedb.v1.core.api
Methods in migratedb.v1.core.api that return MigrationState Modifier and Type Method Description MigrationStateMigrationInfo. getState()static MigrationStateMigrationState. valueOf(String name)Returns the enum constant of this type with the specified name.static MigrationState[]MigrationState. values()Returns an array containing the constants of this enum type, 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 MigrationState Modifier and Type Method Description booleanValidatePattern. matchesMigration(boolean isVersioned, MigrationState state)
-