Uses of Annotation Type
liquibase.Beta
Packages that use Beta
Package
Description
Liquibase top level namespace package.
-
Uses of Beta in liquibase
Modifier and TypeMethodDescriptionbooleanScope.isMdcKeyPresent(String key) Check if the provided mdc key is present -
Uses of Beta in liquibase.command
Classes in liquibase.command with annotations of type BetaModifier and TypeClassDescription@interfaceUsed 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 voidUpdateTestingRollbackCommandStep.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 voidUpdateTestingRollbackCommandStep.initialUpdate(Liquibase liquibase, String tag, Contexts contexts, LabelExpression labelExpression) Runs the first update operation in the update-testing-rollback chainbooleanAbstractUpdateCommandStep.isUpToDate(CommandScope commandScope, Database database, DatabaseChangeLog databaseChangeLog, Contexts contexts, LabelExpression labelExpression, OutputStream outputStream) Checks if the database is up-to-date.voidAbstractUpdateCommandStep.postUpdateLog(int rowsAffected) Logprotected voidUpdateTestingRollbackCommandStep.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_ARGDeprecated.static final CommandArgumentDefinition<Boolean>DbUrlConnectionCommandStep.SKIP_DATABASE_STEP_ARGDeprecated.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 TypeMethodDescriptionvoidMdcManager.clear()Clear the MDC.MdcManager.getAll()intMdcManager.getPriority()Puts a context value (thevalueparameter) as identified with thekeyparameter into the MDC.Puts a context value (thevalueparameter) as identified with thekeyparameter into the MDC.MdcManager.put(String key, List<? extends CustomMdcObject> values) Puts a context value (thevaluesparameter) as identified with thekeyparameter into the MDC.Puts a context value (thevaluesparameter) as identified with thekeyparameter into the MDC.Puts a context value (thevaluesparameter) as identified with thekeyparameter into the MDC.MdcManager.put(String key, CustomMdcObject customMdcObject) Puts a context value (thecustomMdcObjectparameter) as identified with thekeyparameter into the MDC.MdcManager.put(String key, CustomMdcObject customMdcObject, boolean removeWhenScopeExits) Puts a context value (thecustomMdcObjectparameter) as identified with thekeyparameter into the MDC.voidRemoves the context value identified by thekeyparameter. -
Uses of Beta in liquibase.ui
Classes in liquibase.ui with annotations of type BetaModifier and TypeClassDescriptionclassUsed for handling multiple UI output services. -
Uses of Beta in liquibase.util
Classes in liquibase.util with annotations of type BetaModifier and TypeClassDescriptionclassContainer to handle sharing update summary message between different services