public class LiquibaseUpdate extends AbstractLiquibaseUpdateMojo
Modifier and Type | Field and Description |
---|---|
protected boolean |
dropFirst
Whether or not to perform a drop on the database before executing the change.
|
changesToApply, toTag
changeLogFile, contexts, labels
changelogCatalogName, changelogSchemaName, clearCheckSums, databaseChangeLogLockTableName, databaseChangeLogTableName, databaseClass, defaultCatalogName, defaultSchemaName, driver, emptyPassword, includeArtifact, includeTestOutputDirectory, logging, outputDefaultCatalog, outputDefaultSchema, outputFileEncoding, password, project, promptOnNonLocalDatabase, propertyFile, propertyFileWillOverride, propertyProviderClass, skip, systemProperties, url, username, verbose, wagonManager
Constructor and Description |
---|
LiquibaseUpdate() |
Modifier and Type | Method and Description |
---|---|
protected void |
doUpdate(Liquibase liquibase)
Performs the actual "update" work on the database.
|
protected void |
printSettings(String indent)
Prints the settings that have been set of defaulted for the plugin.
|
performLiquibaseTask
checkRequiredParametersAreSpecified, createLiquibase, getFileOpener
cleanup, configureFieldsAndValues, execute, getClassLoaderIncludingProjectClasspath, getLiquibase, getMavenArtifactClassLoader, getOutputWriter, isPromptOnNonLocalDatabase, parsePropertiesFile
protected boolean dropFirst
protected void doUpdate(Liquibase liquibase) throws LiquibaseException
AbstractLiquibaseUpdateMojo
doUpdate
in class AbstractLiquibaseUpdateMojo
liquibase
- The Liquibase object to use to perform the "update".LiquibaseException
protected void printSettings(String indent)
AbstractLiquibaseMojo
printSettings
in class AbstractLiquibaseUpdateMojo
indent
- The indent string to use when printing the settings.Copyright © 2017 Liquibase.org. All rights reserved.