public class LiquibaseUpdateBuildStep extends AbstractLiquibaseStep
Modifier and Type | Class and Description |
---|---|
static class |
LiquibaseUpdateBuildStep.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
protected boolean |
tagOnSuccessfulBuild |
protected boolean |
testRollbacks |
changeLogFile, classpath, contexts, databaseEngine, defaultSchemaName, driverClassname, labels, liquibasePropertiesPath, url
Constructor and Description |
---|
LiquibaseUpdateBuildStep(String changeLogFile) |
Modifier and Type | Method and Description |
---|---|
boolean |
isDropAll() |
boolean |
isTagOnSuccessfulBuild() |
boolean |
isTestRollbacks() |
void |
setDropAll(boolean dropAll) |
void |
setTagOnSuccessfulBuild(boolean tagOnSuccessfulBuild) |
void |
setTestRollbacks(boolean testRollbacks) |
getBasePath, getChangeLogFile, getChangeLogParameterList, getChangeLogParameters, getClasspath, getContexts, getCredentialsId, getDatabaseEngine, getDefaultSchemaName, getDriverClassname, getLabels, getLiquibasePropertiesPath, getUrl, setBasePath, setChangeLogParameterList, setChangeLogParameters, setClasspath, setContexts, setCredentialsId, setDatabaseEngine, setDefaultSchemaName, setDriverClassname, setLabels, setLiquibasePropertiesPath, setUrl
protected boolean testRollbacks
protected boolean tagOnSuccessfulBuild
@DataBoundConstructor public LiquibaseUpdateBuildStep(String changeLogFile)
@DataBoundSetter public void setTestRollbacks(boolean testRollbacks)
@DataBoundSetter public void setDropAll(boolean dropAll)
@DataBoundSetter public void setTagOnSuccessfulBuild(boolean tagOnSuccessfulBuild)
public boolean isTestRollbacks()
public boolean isDropAll()
public boolean isTagOnSuccessfulBuild()
Copyright © 2004-2017. All Rights Reserved.