| Package | Description |
|---|---|
| liquibase |
Liquibase top level namespace package.
|
| liquibase.changelog | |
| liquibase.diff.output | |
| liquibase.sql.visitor |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LabelExpression.matches(Labels runtimeLabels)
Returns true if the passed runtime labels match this label expression
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LabelExpression.matchesAll(Collection<Labels> changesetLabels,
LabelExpression labelExpression)
Return true if any of the LabelExpression objects match the runtime
|
| Modifier and Type | Method and Description |
|---|---|
Labels |
DatabaseChangeLog.getIncludeLabels() |
Labels |
ChangeSet.getLabels() |
Labels |
RanChangeSet.getLabels() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Labels> |
ChangeSet.getInheritableLabels() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DatabaseChangeLog.include(String fileName,
boolean isRelativePath,
ResourceAccessor resourceAccessor,
ContextExpression includeContextFilter,
Labels labels,
Boolean ignore,
boolean logEveryUnknownFileFormat)
Deprecated.
|
boolean |
DatabaseChangeLog.include(String fileName,
boolean isRelativePath,
ResourceAccessor resourceAccessor,
ContextExpression includeContextFilter,
Labels labels,
Boolean ignore,
DatabaseChangeLog.OnUnknownFileFormat onUnknownFileFormat) |
void |
DatabaseChangeLog.includeAll(String pathName,
boolean isRelativeToChangelogFile,
IncludeAllFilter resourceFilter,
boolean errorIfMissingOrEmpty,
Comparator<String> resourceComparator,
ResourceAccessor resourceAccessor,
ContextExpression includeContextFilter,
Labels labels,
boolean ignore) |
void |
ChangeLogParameters.set(String key,
Object value,
ContextExpression contexts,
Labels labels,
String... databases)
Sets a global changelog parameter.
|
void |
ChangeLogParameters.set(String key,
Object value,
ContextExpression contexts,
Labels labels,
String databases,
boolean globalParam,
DatabaseChangeLog changeLog)
Calls either
ChangeLogParameters.set(String, Object, ContextExpression, Labels, String...) or ChangeLogParameters.setLocal(String, Object, DatabaseChangeLog, ContextExpression, Labels, String...) depending on the value of globalParam. |
void |
DatabaseChangeLog.setIncludeLabels(Labels labels) |
void |
ChangeSet.setLabels(Labels labels) |
void |
ChangeLogParameters.setLocal(String key,
Object value,
DatabaseChangeLog changeLog,
ContextExpression contexts,
Labels labels,
String... databases)
Sets a changelog parameter local to the given changeLog file.
|
| Constructor and Description |
|---|
RanChangeSet(ChangeSet changeSet,
ChangeSet.ExecType execType,
ContextExpression contexts,
Labels labels) |
RanChangeSet(String changeLog,
String id,
String author,
CheckSum lastCheckSum,
Date dateExecuted,
String tag,
ChangeSet.ExecType execType,
String description,
String comments,
ContextExpression contextExpression,
Labels labels,
String deploymentId) |
RanChangeSet(String changeLog,
String id,
String author,
CheckSum lastCheckSum,
Date dateExecuted,
String tag,
ChangeSet.ExecType execType,
String description,
String comments,
ContextExpression contextExpression,
Labels labels,
String deploymentId,
String storedChangeLog) |
| Modifier and Type | Method and Description |
|---|---|
Labels |
DiffOutputControl.getLabels() |
| Modifier and Type | Method and Description |
|---|---|
DiffOutputControl |
DiffOutputControl.setLabels(Labels labels) |
| Modifier and Type | Method and Description |
|---|---|
Labels |
SqlVisitor.getLabels() |
Labels |
AbstractSqlVisitor.getLabels() |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlVisitor.setLabels(Labels labels) |
void |
AbstractSqlVisitor.setLabels(Labels labels) |
Copyright © 2022 Liquibase.org. All rights reserved.