Uses of Class
org.liquibase.maven.plugins.LiquibaseRollback.RollbackType

Uses of LiquibaseRollback.RollbackType in org.liquibase.maven.plugins
 

Fields in org.liquibase.maven.plugins declared as LiquibaseRollback.RollbackType
protected  LiquibaseRollback.RollbackType LiquibaseRollback.type
          The type of the rollback that is being performed.
 

Methods in org.liquibase.maven.plugins that return LiquibaseRollback.RollbackType
static LiquibaseRollback.RollbackType LiquibaseRollback.RollbackType.valueOf(String name)
          Returns 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.
 



Copyright © 2015 Liquibase.org. All rights reserved.