| Package | Description |
|---|---|
| liquibase |
Liquibase top level namespace package.
|
| liquibase.changelog | |
| liquibase.changelog.filter | |
| liquibase.command.core | |
| liquibase.hub | |
| liquibase.integration.ant |
| Modifier and Type | Method and Description |
|---|---|
LabelExpression |
RuntimeEnvironment.getLabels() |
| Modifier and Type | Method and Description |
|---|---|
protected ChangeLogIterator |
Liquibase.buildChangeLogIterator(String tag,
DatabaseChangeLog changeLog,
Contexts contexts,
LabelExpression labelExpression) |
void |
Liquibase.changeLogSync(Contexts contexts,
LabelExpression labelExpression) |
void |
Liquibase.changeLogSync(Contexts contexts,
LabelExpression labelExpression,
Writer output) |
void |
Liquibase.changeLogSync(String tag,
Contexts contexts,
LabelExpression labelExpression)
Changelogsync or changelogsync to tag
|
void |
Liquibase.changeLogSync(String tag,
Contexts contexts,
LabelExpression labelExpression,
Writer output) |
void |
Liquibase.checkLiquibaseTables(boolean updateExistingNullChecksums,
DatabaseChangeLog databaseChangeLog,
Contexts contexts,
LabelExpression labelExpression) |
protected void |
Liquibase.executeRollbackScript(String rollbackScript,
List<ChangeSet> changeSets,
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,
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,
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) |
static boolean |
LabelExpression.matchesAll(Collection<Labels> changesetLabels,
LabelExpression labelExpression)
Return true if any of the LabelExpression objects match the runtime
|
protected void |
Liquibase.removeRunStatus(List<ChangeSet> changeSets,
Contexts contexts,
LabelExpression labelExpression) |
void |
Liquibase.reportStatus(boolean verbose,
Contexts contexts,
LabelExpression labels,
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)
Rollback to date
|
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,
String rollbackScript,
Contexts contexts,
LabelExpression labelExpression)
Rollback count
|
void |
Liquibase.rollback(int changesToRollback,
String rollbackScript,
Contexts contexts,
LabelExpression labelExpression,
Writer output) |
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,
String rollbackScript,
Contexts contexts,
LabelExpression labelExpression)
Rollback to tag
|
void |
Liquibase.rollback(String tagToRollBackTo,
String rollbackScript,
Contexts contexts,
LabelExpression labelExpression,
Writer output) |
void |
Liquibase.update(Contexts contexts,
LabelExpression labelExpression)
Liquibase update
|
void |
Liquibase.update(Contexts contexts,
LabelExpression labelExpression,
boolean checkLiquibaseTables)
Liquibase update
|
void |
Liquibase.update(Contexts contexts,
LabelExpression labelExpression,
Writer output) |
void |
Liquibase.update(Contexts contexts,
LabelExpression labelExpression,
Writer output,
boolean checkLiquibaseTables) |
void |
Liquibase.update(int changesToApply,
Contexts contexts,
LabelExpression labelExpression)
Update to count
|
void |
Liquibase.update(int changesToApply,
Contexts contexts,
LabelExpression labelExpression,
Writer output) |
void |
Liquibase.update(String tag,
Contexts contexts,
LabelExpression labelExpression)
Update to tag
|
void |
Liquibase.update(String tag,
Contexts contexts,
LabelExpression labelExpression,
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 |
|---|---|
LabelExpression |
ChangeLogParameters.getLabels()
Gets the labels to filter calls to
ChangeLogParameters.getValue(String, DatabaseChangeLog) etc. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DatabaseChangeLog.include(String fileName,
boolean isRelativePath,
ResourceAccessor resourceAccessor,
ContextExpression includeContextFilter,
LabelExpression labelExpression,
Boolean ignore,
boolean logEveryUnknownFileFormat)
Deprecated.
Incorrect LabelExpression parameter. Kept for backwards compatibility
|
void |
DatabaseChangeLog.includeAll(String pathName,
boolean isRelativeToChangelogFile,
IncludeAllFilter resourceFilter,
boolean errorIfMissingOrEmpty,
Comparator<String> resourceComparator,
ResourceAccessor resourceAccessor,
ContextExpression includeContextFilter,
LabelExpression labelExpression,
boolean ignore)
Deprecated.
Incorrect LabelExpression parameter. Kept for backwards compatibility
|
void |
DatabaseChangeLog.setIncludeLabels(LabelExpression labels)
Deprecated.
Correct version is
DatabaseChangeLog.setIncludeLabels(Labels). Kept for backwards compatibility. |
void |
ChangeLogParameters.setLabels(LabelExpression labels)
Sets the labels to filter calls to
ChangeLogParameters.getValue(String, DatabaseChangeLog) etc. |
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 |
MockChangeLogHistoryService.upgradeChecksums(DatabaseChangeLog databaseChangeLog,
Contexts contexts,
LabelExpression labels) |
void |
StandardChangeLogHistoryService.upgradeChecksums(DatabaseChangeLog databaseChangeLog,
Contexts contexts,
LabelExpression labels) |
void |
DatabaseChangeLog.validate(Database database,
Contexts contexts,
LabelExpression labelExpression) |
| Constructor and Description |
|---|
LabelChangeSetFilter(LabelExpression labels) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DropAllCommand.checkLiquibaseTables(boolean updateExistingNullChecksums,
DatabaseChangeLog databaseChangeLog,
Contexts contexts,
LabelExpression labelExpression)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
HubUpdater.preUpdateHub(String operationType,
String operationCommand,
Connection connection,
String changeLogFile,
Contexts contexts,
LabelExpression labelExpression,
ChangeLogIterator changeLogIterator)
This method performs a syncHub and returns a new Operation instance
If there is an error or the Hub is not available it returns null
|
| Modifier and Type | Method and Description |
|---|---|
LabelExpression |
AbstractChangeLogBasedTask.getLabelFilter() |
LabelExpression |
AbstractChangeLogBasedTask.getLabels()
Deprecated.
|
Copyright © 2022 Liquibase.org. All rights reserved.