Uses of Class
liquibase.change.ChangeStatus.Status
-
Packages that use ChangeStatus.Status Package Description liquibase.change The change package contains the available database "changes". -
-
Uses of ChangeStatus.Status in liquibase.change
Methods in liquibase.change that return ChangeStatus.Status Modifier and Type Method Description ChangeStatus.Status
ChangeStatus. getStatus()
static ChangeStatus.Status
ChangeStatus.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChangeStatus.Status[]
ChangeStatus.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-