Uses of Annotation Type
liquibase.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.command
Modifier and TypeClassDescription@interface
Used to indicate that this CommandStep is intentionally overriding another CommandStep. -
Uses of Beta in liquibase.command.core
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
Used for handling multiple UI output services. -
Uses of Beta in liquibase.util
Modifier and TypeClassDescriptionclass
Container to handle sharing update summary message between different services