public class RollbackStep extends AbstractLiquibaseStep
Modifier and Type | Class and Description |
---|---|
static class |
RollbackStep.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
protected int |
rollbackCount |
changeLogFile, classpath, contexts, databaseEngine, defaultSchemaName, labels, liquibasePropertiesPath, url
Constructor and Description |
---|
RollbackStep(String changeLogFile) |
Modifier and Type | Method and Description |
---|---|
int |
getRollbackCount() |
String |
getRollbackLastHours() |
String |
getRollbackToDate() |
String |
getRollbackToTag() |
void |
setRollbackCount(int rollbackCount) |
void |
setRollbackLastHours(String rollbackLastHours) |
void |
setRollbackToDate(String rollbackToDate) |
void |
setRollbackToTag(String rollbackToTag) |
getBasePath, getChangeLogFile, getChangeLogParameterList, getChangeLogParameters, getClasspath, getContexts, getCredentialsId, getDatabaseEngine, getDefaultSchemaName, getLabels, getLiquibasePropertiesPath, getUrl, setBasePath, setChangeLogParameterList, setChangeLogParameters, setClasspath, setContexts, setCredentialsId, setDatabaseEngine, setDefaultSchemaName, setLabels, setLiquibasePropertiesPath, setUrl
@DataBoundConstructor public RollbackStep(String changeLogFile)
@DataBoundSetter public void setRollbackCount(int rollbackCount)
@DataBoundSetter public void setRollbackLastHours(String rollbackLastHours)
@DataBoundSetter public void setRollbackToTag(String rollbackToTag)
@DataBoundSetter public void setRollbackToDate(String rollbackToDate)
public int getRollbackCount()
@CheckForNull public String getRollbackLastHours()
@CheckForNull public String getRollbackToTag()
@CheckForNull public String getRollbackToDate()
Copyright © 2016–2020. All rights reserved.