Uses of Class
liquibase.Labels
Package
Description
Liquibase top level namespace package.
-
Uses of Labels in liquibase
Modifier and TypeMethodDescriptionboolean
Returns true if the passed runtime labels match this label expressionModifier and TypeMethodDescriptionstatic boolean
LabelExpression.matchesAll
(Collection<Labels> changesetLabels, LabelExpression labelExpression) Return true if all the LabelExpression objects match the runtime -
Uses of Labels in liquibase.changelog
Modifier and TypeMethodDescriptionboolean
DatabaseChangeLog.include
(String fileName, boolean isRelativePath, boolean errorIfMissing, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, Boolean ignore, boolean logEveryUnknownFileFormat) Deprecated.boolean
DatabaseChangeLog.include
(String fileName, boolean isRelativePath, boolean errorIfMissing, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, Boolean ignore, String logicalFilePath, DatabaseChangeLog.OnUnknownFileFormat onUnknownFileFormat) boolean
DatabaseChangeLog.include
(String fileName, boolean isRelativePath, boolean errorIfMissing, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, Boolean ignore, String logicalFilePath, DatabaseChangeLog.OnUnknownFileFormat onUnknownFileFormat, ModifyChangeSets modifyChangeSets) boolean
DatabaseChangeLog.include
(String fileName, boolean isRelativePath, boolean errorIfMissing, 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, int minDepth, int maxDepth, ModifyChangeSets modifyChangeSets) Deprecated.void
DatabaseChangeLog.includeAll
(String pathName, boolean isRelativeToChangelogFile, IncludeAllFilter resourceFilter, boolean errorIfMissingOrEmpty, Comparator<String> resourceComparator, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, boolean ignore, String logicalFilePath, int minDepth, int maxDepth) void
DatabaseChangeLog.includeAll
(String pathName, boolean isRelativeToChangelogFile, IncludeAllFilter resourceFilter, boolean errorIfMissingOrEmpty, Comparator<String> resourceComparator, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, boolean ignore, String logicalFilePath, int minDepth, int maxDepth, String endsWithFilter, ModifyChangeSets modifyChangeSets) 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 eitherChangeLogParameters.set(String, Object, ContextExpression, Labels, String...)
orChangeLogParameters.setLocal(String, Object, DatabaseChangeLog, ContextExpression, Labels, String...)
depending on the value of globalParam.void
DatabaseChangeLog.setIncludeLabels
(Labels labels) void
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.ModifierConstructorDescriptionRanChangeSet
(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) RanChangeSet
(ChangeSet changeSet, ChangeSet.ExecType execType, ContextExpression contexts, Labels labels) -
Uses of Labels in liquibase.diff.output
-
Uses of Labels in liquibase.sql.visitor
DatabaseChangeLog.include(String, boolean, boolean, ResourceAccessor, ContextExpression, Labels, Boolean, String, OnUnknownFileFormat)