Uses of Class
liquibase.Labels
-
Packages that use Labels Package Description liquibase Liquibase top level namespace package.liquibase.changelog liquibase.diff.output liquibase.sql.visitor -
-
Uses of Labels in liquibase
Methods in liquibase with parameters of type Labels Modifier and Type Method Description booleanLabelExpression. matches(Labels runtimeLabels)Returns true if the passed runtime labels match this label expressionMethod parameters in liquibase with type arguments of type Labels Modifier and Type Method Description static booleanLabelExpression. matchesAll(Collection<Labels> changesetLabels, LabelExpression labelExpression)Return true if all the LabelExpression objects match the runtime -
Uses of Labels in liquibase.changelog
Methods in liquibase.changelog that return Labels Modifier and Type Method Description LabelsDatabaseChangeLog. getIncludeLabels()LabelsChangeSet. getLabels()Methods in liquibase.changelog that return types with arguments of type Labels Modifier and Type Method Description Collection<Labels>ChangeSet. getInheritableLabels()Methods in liquibase.changelog with parameters of type Labels Modifier and Type Method Description booleanDatabaseChangeLog. include(String fileName, boolean isRelativePath, boolean errorIfMissing, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, Boolean ignore, boolean logEveryUnknownFileFormat)booleanDatabaseChangeLog. include(String fileName, boolean isRelativePath, boolean errorIfMissing, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, Boolean ignore, DatabaseChangeLog.OnUnknownFileFormat onUnknownFileFormat)booleanDatabaseChangeLog. include(String fileName, boolean isRelativePath, boolean errorIfMissing, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, Boolean ignore, DatabaseChangeLog.OnUnknownFileFormat onUnknownFileFormat, ModifyChangeSets modifyChangeSets)voidDatabaseChangeLog. includeAll(String pathName, boolean isRelativeToChangelogFile, IncludeAllFilter resourceFilter, boolean errorIfMissingOrEmpty, Comparator<String> resourceComparator, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, boolean ignore, int minDepth, int maxDepth)voidDatabaseChangeLog. includeAll(String pathName, boolean isRelativeToChangelogFile, IncludeAllFilter resourceFilter, boolean errorIfMissingOrEmpty, Comparator<String> resourceComparator, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, boolean ignore, int minDepth, int maxDepth, String endsWithFilter, ModifyChangeSets modifyChangeSets)voidDatabaseChangeLog. 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.voidChangeLogParameters. set(String key, Object value, ContextExpression contexts, Labels labels, String... databases)Sets a global changelog parameter.voidChangeLogParameters. 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.voidDatabaseChangeLog. setIncludeLabels(Labels labels)voidChangeSet. setLabels(Labels labels)voidChangeLogParameters. setLocal(String key, Object value, DatabaseChangeLog changeLog, ContextExpression contexts, Labels labels, String... databases)Sets a changelog parameter local to the given changeLog file.Constructors in liquibase.changelog with parameters of type Labels Constructor Description 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)RanChangeSet(ChangeSet changeSet, ChangeSet.ExecType execType, ContextExpression contexts, Labels labels) -
Uses of Labels in liquibase.diff.output
Methods in liquibase.diff.output that return Labels Modifier and Type Method Description LabelsDiffOutputControl. getLabels()Methods in liquibase.diff.output with parameters of type Labels Modifier and Type Method Description DiffOutputControlDiffOutputControl. setLabels(Labels labels) -
Uses of Labels in liquibase.sql.visitor
Methods in liquibase.sql.visitor that return Labels Modifier and Type Method Description LabelsAbstractSqlVisitor. getLabels()LabelsSqlVisitor. getLabels()Methods in liquibase.sql.visitor with parameters of type Labels Modifier and Type Method Description voidAbstractSqlVisitor. setLabels(Labels labels)voidSqlVisitor. setLabels(Labels labels)
-