Uses of Class
liquibase.Beta
-
Packages that use Beta Package Description liquibase Liquibase top level namespace package.liquibase.command liquibase.command.core liquibase.command.core.helpers liquibase.logging.mdc liquibase.ui -
-
Uses of Beta in liquibase
Methods in liquibase with annotations of type Beta Modifier and Type Method Description booleanScope. 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 Beta Modifier and Type Class Description interfaceCommandOverrideUsed 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 Beta Modifier and Type Method Description ChangeLogIteratorAbstractUpdateCommandStep. getStandardChangelogIterator(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog changeLog)ChangeLogIteratorAbstractUpdateCommandStep. getStatusChangelogIterator(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog changeLog)booleanAbstractUpdateCommandStep. 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)Log -
Uses of Beta in liquibase.command.core.helpers
Fields in liquibase.command.core.helpers with annotations of type Beta Modifier and Type Field Description static CommandArgumentDefinition<Boolean>DbUrlConnectionCommandStep. SKIP_DATABASE_STEP_ARGDeprecated.static CommandArgumentDefinition<Boolean>DatabaseChangelogCommandStep. UPDATE_NULL_CHECKSUMS -
Uses of Beta in liquibase.logging.mdc
Classes in liquibase.logging.mdc with annotations of type Beta Modifier and Type Interface Description interfaceMdcManagerMethods in liquibase.logging.mdc with annotations of type Beta Modifier and Type Method Description voidMdcManager. clear()Clear the MDC.Map<String,Object>MdcManager. getAll()intMdcManager. getPriority()MdcObjectMdcManager. put(String key, String value)Puts a context value (thevalueparameter) as identified with thekeyparameter into the MDC.MdcObjectMdcManager. put(String key, Map<String,Object> values)Puts a context value (thevaluesparameter) as identified with thekeyparameter into the MDC.MdcObjectMdcManager. put(String key, CustomMdcObject customMdcObject)Puts a context value (thecustomMdcObjectparameter) as identified with thekeyparameter into the MDC.voidMdcManager. remove(String key)Removes the context value identified by thekeyparameter. -
Uses of Beta in liquibase.ui
Classes in liquibase.ui with annotations of type Beta Modifier and Type Class Description classCompositeUIServiceUsed for handling multiple UI output services.
-