|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MigrationState | |
|---|---|
| com.google.code.flyway.core | |
| Uses of MigrationState in com.google.code.flyway.core |
|---|
| Fields in com.google.code.flyway.core declared as MigrationState | |
|---|---|
protected MigrationState |
Migration.migrationState
The state of this migration. |
| Methods in com.google.code.flyway.core that return MigrationState | |
|---|---|
MigrationState |
Migration.getState()
|
static MigrationState |
MigrationState.valueOf(java.lang.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||