public class CDILiquibaseConfig extends Object
Constructor and Description |
---|
CDILiquibaseConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getChangeLog() |
String |
getContexts() |
String |
getDefaultSchema() |
String |
getLabels() |
Map<String,String> |
getParameters() |
boolean |
getShouldRun() |
boolean |
isDropFirst() |
void |
setChangeLog(String changeLog) |
void |
setContexts(String contexts) |
void |
setDefaultSchema(String defaultSchema) |
void |
setDropFirst(boolean dropFirst) |
void |
setLabels(String labels) |
void |
setParameters(Map<String,String> parameters) |
void |
setShouldRun(boolean shouldRun) |
public String getContexts()
public void setContexts(String contexts)
public String getLabels()
public void setLabels(String labels)
public String getChangeLog()
public void setChangeLog(String changeLog)
public boolean isDropFirst()
public void setDropFirst(boolean dropFirst)
public String getDefaultSchema()
public void setDefaultSchema(String defaultSchema)
public boolean getShouldRun()
public void setShouldRun(boolean shouldRun)
Copyright © 2023 Liquibase.org. All rights reserved.