| Methods in liquibase with parameters of type Contexts |
void |
Liquibase.changeLogSync(Contexts contexts)
|
void |
Liquibase.changeLogSync(Contexts contexts,
Writer output)
|
void |
Liquibase.checkLiquibaseTables(boolean updateExistingNullChecksums,
DatabaseChangeLog databaseChangeLog,
Contexts contexts)
|
void |
Liquibase.futureRollbackSQL(Integer count,
Contexts contexts,
Writer output)
|
void |
Liquibase.generateDocumentation(String outputDirectory,
Contexts contexts)
|
List<ChangeSetStatus> |
Liquibase.getChangeSetStatuses(Contexts contexts)
Returns the ChangeSetStatuses of all changesets in the change log file and history in the order they would be ran. |
protected ChangeLogIterator |
Liquibase.getStandardChangelogIterator(Contexts contexts,
DatabaseChangeLog changeLog)
|
Collection<RanChangeSet> |
Liquibase.listUnexpectedChangeSets(Contexts contexts)
|
List<ChangeSet> |
Liquibase.listUnrunChangeSets(Contexts contexts)
|
void |
Liquibase.markNextChangeSetRan(Contexts contexts)
|
void |
Liquibase.markNextChangeSetRan(Contexts contexts,
Writer output)
|
boolean |
ContextExpression.matches(Contexts runtimeContexts)
Returns true if the passed runtime contexts match this context expression |
void |
Liquibase.reportStatus(boolean verbose,
Contexts contexts,
Writer out)
|
void |
Liquibase.reportUnexpectedChangeSets(boolean verbose,
Contexts contexts,
Writer out)
|
void |
Liquibase.rollback(Date dateToRollBackTo,
Contexts contexts)
|
void |
Liquibase.rollback(Date dateToRollBackTo,
Contexts contexts,
Writer output)
|
void |
Liquibase.rollback(int changesToRollback,
Contexts contexts)
|
void |
Liquibase.rollback(int changesToRollback,
Contexts contexts,
Writer output)
|
void |
Liquibase.rollback(String tagToRollBackTo,
Contexts contexts)
|
void |
Liquibase.rollback(String tagToRollBackTo,
Contexts contexts,
Writer output)
|
void |
Liquibase.update(Contexts contexts)
Executes Liquibase "update" logic which ensures that the configured Database is up to date according to the configured changelog file. |
void |
Liquibase.update(Contexts contexts,
Writer output)
|
void |
Liquibase.update(int changesToApply,
Contexts contexts)
|
void |
Liquibase.update(int changesToApply,
Contexts contexts,
Writer output)
|
void |
Liquibase.updateTestingRollback(Contexts contexts)
|