Uses of Enum
org.liquibase.maven.plugins.LiquibaseRollback.RollbackType
Packages that use LiquibaseRollback.RollbackType
-
Uses of LiquibaseRollback.RollbackType in org.liquibase.maven.plugins
Fields in org.liquibase.maven.plugins declared as LiquibaseRollback.RollbackTypeModifier and TypeFieldDescriptionprotected LiquibaseRollback.RollbackType
LiquibaseRollback.type
The type of the rollback that is being performed.Methods in org.liquibase.maven.plugins that return LiquibaseRollback.RollbackTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static LiquibaseRollback.RollbackType[]
LiquibaseRollback.RollbackType.values()
Returns an array containing the constants of this enum type, in the order they are declared.