Package | Description |
---|---|
liquibase |
Liquibase top level namespace package.
|
liquibase.changelog | |
liquibase.changelog.filter | |
liquibase.command.core |
Modifier and Type | Method and Description |
---|---|
Contexts |
RuntimeEnvironment.getContexts() |
Modifier and Type | Method and Description |
---|---|
void |
Liquibase.changeLogSync(Contexts contexts)
Deprecated.
use version with LabelExpression
|
void |
Liquibase.changeLogSync(Contexts contexts,
LabelExpression labelExpression) |
void |
Liquibase.changeLogSync(Contexts contexts,
LabelExpression labelExpression,
Writer output) |
void |
Liquibase.checkLiquibaseTables(boolean updateExistingNullChecksums,
DatabaseChangeLog databaseChangeLog,
Contexts contexts,
LabelExpression labelExpression) |
protected void |
Liquibase.executeRollbackScript(String rollbackScript,
Contexts contexts,
LabelExpression labelExpression) |
void |
Liquibase.futureRollbackSQL(Contexts contexts,
LabelExpression labelExpression,
Writer output) |
void |
Liquibase.futureRollbackSQL(Integer count,
Contexts contexts,
LabelExpression labelExpression,
Writer output) |
void |
Liquibase.futureRollbackSQL(Integer count,
Contexts contexts,
LabelExpression labelExpression,
Writer output,
boolean checkLiquibaseTables) |
protected void |
Liquibase.futureRollbackSQL(Integer count,
String tag,
Contexts contexts,
LabelExpression labelExpression,
Writer output) |
protected void |
Liquibase.futureRollbackSQL(Integer count,
String tag,
Contexts contexts,
LabelExpression labelExpression,
Writer output,
boolean checkLiquibaseTables) |
void |
Liquibase.futureRollbackSQL(String tag,
Contexts contexts,
LabelExpression labelExpression,
Writer output) |
void |
Liquibase.generateDocumentation(String outputDirectory,
Contexts contexts,
LabelExpression labelExpression) |
List<ChangeSetStatus> |
Liquibase.getChangeSetStatuses(Contexts contexts)
Deprecated.
use version with LabelExpression
|
List<ChangeSetStatus> |
Liquibase.getChangeSetStatuses(Contexts contexts,
LabelExpression labelExpression) |
List<ChangeSetStatus> |
Liquibase.getChangeSetStatuses(Contexts contexts,
LabelExpression labelExpression,
boolean checkLiquibaseTables)
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,
LabelExpression labelExpression,
DatabaseChangeLog changeLog) |
Collection<RanChangeSet> |
Liquibase.listUnexpectedChangeSets(Contexts contexts,
LabelExpression labelExpression) |
List<ChangeSet> |
Liquibase.listUnrunChangeSets(Contexts contexts)
Deprecated.
use version with LabelExpression
|
List<ChangeSet> |
Liquibase.listUnrunChangeSets(Contexts contexts,
LabelExpression labels) |
List<ChangeSet> |
Liquibase.listUnrunChangeSets(Contexts contexts,
LabelExpression labels,
boolean checkLiquibaseTables) |
void |
Liquibase.markNextChangeSetRan(Contexts contexts,
LabelExpression labelExpression) |
void |
Liquibase.markNextChangeSetRan(Contexts contexts,
LabelExpression labelExpression,
Writer output) |
boolean |
ContextExpression.matches(Contexts runtimeContexts)
Returns true if the passed runtime contexts match this context expression
|
static boolean |
ContextExpression.matchesAll(Collection<ContextExpression> expressions,
Contexts contexts) |
protected void |
Liquibase.removeRunStatus(ChangeLogIterator logIterator,
Contexts contexts,
LabelExpression labelExpression) |
void |
Liquibase.reportStatus(boolean verbose,
Contexts contexts,
LabelExpression labels,
Writer out) |
void |
Liquibase.reportStatus(boolean verbose,
Contexts contexts,
Writer out) |
void |
Liquibase.reportUnexpectedChangeSets(boolean verbose,
Contexts contexts,
LabelExpression labelExpression,
Writer out) |
void |
Liquibase.rollback(Date dateToRollBackTo,
Contexts contexts,
LabelExpression labelExpression) |
void |
Liquibase.rollback(Date dateToRollBackTo,
Contexts contexts,
LabelExpression labelExpression,
Writer output) |
void |
Liquibase.rollback(Date dateToRollBackTo,
String rollbackScript,
Contexts contexts,
LabelExpression labelExpression) |
void |
Liquibase.rollback(Date dateToRollBackTo,
String rollbackScript,
Contexts contexts,
LabelExpression labelExpression,
Writer output) |
void |
Liquibase.rollback(int changesToRollback,
Contexts contexts,
LabelExpression labelExpression) |
void |
Liquibase.rollback(int changesToRollback,
Contexts contexts,
LabelExpression labelExpression,
Writer output) |
void |
Liquibase.rollback(int changesToRollback,
Contexts contexts,
Writer output) |
void |
Liquibase.rollback(int changesToRollback,
String rollbackScript,
Contexts contexts,
LabelExpression labelExpression) |
void |
Liquibase.rollback(int changesToRollback,
String rollbackScript,
Contexts contexts,
LabelExpression labelExpression,
Writer output) |
void |
Liquibase.rollback(int changesToRollback,
String rollbackScript,
Contexts contexts,
Writer output) |
void |
Liquibase.rollback(String tagToRollBackTo,
Contexts contexts) |
void |
Liquibase.rollback(String tagToRollBackTo,
Contexts contexts,
LabelExpression labelExpression) |
void |
Liquibase.rollback(String tagToRollBackTo,
Contexts contexts,
LabelExpression labelExpression,
Writer output) |
void |
Liquibase.rollback(String tagToRollBackTo,
Contexts contexts,
Writer output) |
void |
Liquibase.rollback(String tagToRollBackTo,
String rollbackScript,
Contexts contexts) |
void |
Liquibase.rollback(String tagToRollBackTo,
String rollbackScript,
Contexts contexts,
LabelExpression labelExpression) |
void |
Liquibase.rollback(String tagToRollBackTo,
String rollbackScript,
Contexts contexts,
LabelExpression labelExpression,
Writer output) |
void |
Liquibase.rollback(String tagToRollBackTo,
String rollbackScript,
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,
LabelExpression labelExpression) |
void |
Liquibase.update(Contexts contexts,
LabelExpression labelExpression,
boolean checkLiquibaseTables) |
void |
Liquibase.update(Contexts contexts,
LabelExpression labelExpression,
Writer output) |
void |
Liquibase.update(Contexts contexts,
LabelExpression labelExpression,
Writer output,
boolean checkLiquibaseTables) |
void |
Liquibase.update(Contexts contexts,
Writer output) |
void |
Liquibase.update(int changesToApply,
Contexts contexts,
LabelExpression labelExpression) |
void |
Liquibase.update(int changesToApply,
Contexts contexts,
LabelExpression labelExpression,
Writer output) |
void |
Liquibase.update(String tag,
Contexts contexts) |
void |
Liquibase.update(String tag,
Contexts contexts,
LabelExpression labelExpression) |
void |
Liquibase.update(String tag,
Contexts contexts,
LabelExpression labelExpression,
Writer output) |
void |
Liquibase.update(String tag,
Contexts contexts,
Writer output) |
void |
Liquibase.updateTestingRollback(Contexts contexts,
LabelExpression labelExpression) |
void |
Liquibase.updateTestingRollback(String tag,
Contexts contexts,
LabelExpression labelExpression) |
Constructor and Description |
---|
RuntimeEnvironment(Database targetDatabase,
Contexts contexts,
LabelExpression labelExpression) |
Modifier and Type | Method and Description |
---|---|
Contexts |
ChangeLogParameters.getContexts() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeLogParameters.setContexts(Contexts contexts) |
void |
StandardChangeLogHistoryService.upgradeChecksums(DatabaseChangeLog databaseChangeLog,
Contexts contexts,
LabelExpression labels) |
void |
ChangeLogHistoryService.upgradeChecksums(DatabaseChangeLog databaseChangeLog,
Contexts contexts,
LabelExpression labels)
Upgrades any existing checksums with an out of date version
|
void |
AbstractChangeLogHistoryService.upgradeChecksums(DatabaseChangeLog databaseChangeLog,
Contexts contexts,
LabelExpression labels) |
void |
DatabaseChangeLog.validate(Database database,
Contexts contexts,
LabelExpression labelExpression) |
Constructor and Description |
---|
ContextChangeSetFilter(Contexts contexts) |
Modifier and Type | Method and Description |
---|---|
protected void |
DropAllCommand.checkLiquibaseTables(boolean updateExistingNullChecksums,
DatabaseChangeLog databaseChangeLog,
Contexts contexts,
LabelExpression labelExpression) |
Copyright © 2018 Liquibase.org. All rights reserved.