|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.liquibase.maven.plugins.AbstractLiquibaseMojo
org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
org.liquibase.maven.plugins.AbstractLiquibaseUpdateMojo
org.liquibase.maven.plugins.LiquibaseUpdateTestingRollback
public class LiquibaseUpdateTestingRollback
Liquibase Update Maven plugin. This plugin allows for DatabaseChangeLogs to be applied to a database as part of a Maven build process while testing rollback support.
| Field Summary |
|---|
| Fields inherited from class org.liquibase.maven.plugins.AbstractLiquibaseUpdateMojo |
|---|
changesToApply |
| Fields inherited from class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo |
|---|
changeLogFile, contexts |
| Fields inherited from class org.liquibase.maven.plugins.AbstractLiquibaseMojo |
|---|
clearCheckSums, databaseClass, defaultSchemaName, driver, emptyPassword, includeArtifact, includeTestOutputDirectory, logging, password, project, promptOnNonLocalDatabase, propertyFile, propertyFileWillOverride, skip, systemProperties, url, username, verbose, wagonManager |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
LiquibaseUpdateTestingRollback()
|
|
| Method Summary | |
|---|---|
protected void |
doUpdate(Liquibase liquibase)
Performs the actual "update" work on the database. |
| Methods inherited from class org.liquibase.maven.plugins.AbstractLiquibaseUpdateMojo |
|---|
performLiquibaseTask, printSettings |
| Methods inherited from class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo |
|---|
checkRequiredParametersAreSpecified, createLiquibase, getFileOpener |
| Methods inherited from class org.liquibase.maven.plugins.AbstractLiquibaseMojo |
|---|
cleanup, configureFieldsAndValues, execute, getLiquibase, getMavenArtifactClassLoader, isPromptOnNonLocalDatabase, parsePropertiesFile |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
|---|
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LiquibaseUpdateTestingRollback()
| Method Detail |
|---|
protected void doUpdate(Liquibase liquibase)
throws LiquibaseException
AbstractLiquibaseUpdateMojo
doUpdate in class AbstractLiquibaseUpdateMojoliquibase - The Liquibase object to use to perform the "update".
LiquibaseException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||