Uses of Class
org.flywaydb.core.api.MigrationState
-
Packages that use MigrationState Package Description org.flywaydb.core.api FlywayException, MigrationInfo and related classes. -
-
Uses of MigrationState in org.flywaydb.core.api
Methods in org.flywaydb.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.
-