public class LiquibaseContext extends Object implements javaposse.jobdsl.dsl.Context
Modifier and Type | Field and Description |
---|---|
protected String |
changeLogFile |
protected String |
contexts |
protected String |
labels |
protected String |
liquibasePropertiesPath |
protected Integer |
rollbackCount |
protected boolean |
tagOnSuccessfulBuild |
protected boolean |
testRollbacks |
protected String |
url |
Constructor and Description |
---|
LiquibaseContext() |
protected String changeLogFile
protected String url
protected String contexts
protected String liquibasePropertiesPath
protected String labels
protected Integer rollbackCount
protected boolean testRollbacks
protected boolean tagOnSuccessfulBuild
public String getChangeLogFile()
public String getUrl()
public String getContexts()
public String getLiquibasePropertiesPath()
public String getLabels()
public Map getChangeLogParameters()
public String getResourceDirectories()
public String getCredentialsId()
public String getRollbackToDate()
public void rollbackToDate(String rollbackToDate)
public String getRollbackToTag()
public void rollbackToTag(String rollbackToTag)
public Integer getRollbackLastHours()
public void rollbackLastHours(Integer rollbackLastHours)
public Integer getRollbackCount()
public void setRollbackCount(int rollbackCount)
public boolean isTagOnSuccessfulBuild()
public void tagOnSuccessfulBuild(boolean tagOnSuccessfulBuild)
public boolean isDropAll()
public void dropAll(boolean dropAll)
public boolean isTestRollbacks()
public void testRollbacks(boolean testRollbacks)
public void outputDirectory(String outputDirectory)
public String getOutputDirectory()
public String getTag()
public void setTag(String tag)
public String getCommandArguments()
public void setCommandArguments(String commandArguments)
public String composeChangeLogString()
Copyright © 2016–2020. All rights reserved.