Uses of Annotation Type
liquibase.Beta
Packages that use Beta
Package
Description
Liquibase top level namespace package.
-
Uses of Beta in liquibase
Modifier and TypeMethodDescriptionboolean
Scope.isMdcKeyPresent
(String key) Check if the provided mdc key is present -
Uses of Beta in liquibase.changelog
Methods in liquibase.changelog with annotations of type BetaModifier and TypeMethodDescriptiondefault void
ChangeLogHistoryService.replaceFilePath
(ChangeSet changeSet, String oldPath) Deprecated. -
Uses of Beta in liquibase.command
Classes in liquibase.command with annotations of type BetaModifier and TypeClassDescription@interface
Used to indicate that this CommandStep is intentionally overriding another CommandStep. -
Uses of Beta in liquibase.command.core
Methods in liquibase.command.core with annotations of type BetaModifier and TypeMethodDescriptionprotected void
UpdateTestingRollbackCommandStep.finalUpdate
(Liquibase liquibase, String tag, Contexts contexts, LabelExpression labelExpression) Runs the final update operation in the update-testing-rollback chainAbstractUpdateCommandStep.getStandardChangelogIterator
(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog changeLog) AbstractUpdateCommandStep.getStatusChangelogIterator
(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog changeLog) protected void
UpdateTestingRollbackCommandStep.initialUpdate
(Liquibase liquibase, String tag, Contexts contexts, LabelExpression labelExpression) Runs the first update operation in the update-testing-rollback chainboolean
AbstractUpdateCommandStep.isUpToDate
(CommandScope commandScope, Database database, DatabaseChangeLog databaseChangeLog, Contexts contexts, LabelExpression labelExpression, OutputStream outputStream) Checks if the database is up-to-date.protected void
UpdateTestingRollbackCommandStep.rollbackUpdate
(Liquibase liquibase, int changesetsToRollback, Contexts contexts, LabelExpression labelExpression) Runs the rollback operation in the update-testing-rollback chain which rolls back the initial update -
Uses of Beta in liquibase.command.core.helpers
Fields in liquibase.command.core.helpers with annotations of type BetaModifier and TypeFieldDescriptionstatic final CommandArgumentDefinition<Boolean>
DbUrlConnectionArgumentsCommandStep.SKIP_DATABASE_STEP_ARG
Deprecated.static final CommandArgumentDefinition<Boolean>
DbUrlConnectionCommandStep.SKIP_DATABASE_STEP_ARG
Deprecated.This field is retained for backwards compatibility.static final CommandArgumentDefinition<Boolean>
DatabaseChangelogCommandStep.UPDATE_NULL_CHECKSUMS
-
Uses of Beta in liquibase.logging.mdc
Classes in liquibase.logging.mdc with annotations of type BetaMethods in liquibase.logging.mdc with annotations of type BetaModifier and TypeMethodDescriptionvoid
MdcManager.clear()
Clear the MDC.MdcManager.getAll()
int
MdcManager.getPriority()
Puts a context value (thevalue
parameter) as identified with thekey
parameter into the MDC.Puts a context value (thevalue
parameter) as identified with thekey
parameter into the MDC.MdcManager.put
(String key, List<? extends CustomMdcObject> values) Puts a context value (thevalues
parameter) as identified with thekey
parameter into the MDC.Puts a context value (thevalues
parameter) as identified with thekey
parameter into the MDC.Puts a context value (thevalues
parameter) as identified with thekey
parameter into the MDC.MdcManager.put
(String key, CustomMdcObject customMdcObject) Puts a context value (thecustomMdcObject
parameter) as identified with thekey
parameter into the MDC.MdcManager.put
(String key, CustomMdcObject customMdcObject, boolean removeWhenScopeExits) Puts a context value (thecustomMdcObject
parameter) as identified with thekey
parameter into the MDC.void
Removes the context value identified by thekey
parameter. -
Uses of Beta in liquibase.ui
Classes in liquibase.ui with annotations of type BetaModifier and TypeClassDescriptionclass
Used for handling multiple UI output services. -
Uses of Beta in liquibase.util
Classes in liquibase.util with annotations of type BetaModifier and TypeClassDescriptionclass
Container to handle sharing update summary message between different services