Uses of Class
liquibase.command.CommandScope
-
Packages that use CommandScope Package Description liquibase.command liquibase.command.core liquibase.command.core.helpers liquibase.configuration liquibase.configuration.core liquibase.integration.commandline -
-
Uses of CommandScope in liquibase.command
Methods in liquibase.command that return CommandScope Modifier and Type Method Description CommandScopeCommandScope. addArgumentValue(String argument, Object value)Adds the given key/value pair to the stored argument data.<T> CommandScopeCommandScope. addArgumentValue(CommandArgumentDefinition<T> argument, T value)Adds the given key/value pair to the stored argument data.CommandScopeCommandResults. getCommandScope()TheCommandScopethat was executed to produce this result.CommandScopeCommandResultsBuilder. getCommandScope()Return theCommandScopethe results are being built for.CommandScopeCommandScope. provideDependency(Class<?> clazz, Object value)Assign a value to a given provided dependency.CommandScopeCommandScope. setOutput(OutputStream outputStream)Sets the output stream for this command.Methods in liquibase.command with parameters of type CommandScope Modifier and Type Method Description protected abstract String[]AbstractCliWrapperCommandStep. collectArguments(CommandScope commandScope)Deprecated.Called byAbstractCliWrapperCommandStep.run(CommandResultsBuilder)to create the actual arguments passed toMain.run(String[]).protected String[]AbstractCliWrapperCommandStep. collectArguments(CommandScope commandScope, List<String> commandArguments, String positionalArgumentName)Deprecated.Collects the values from commandScope into an argument array to pass toMain.voidAbstractCommandStep. validate(CommandScope commandScope)Default implementation does no additional validation.voidCommandArgumentDefinition. validate(CommandScope commandScope)Validates that the value stored in the givenCommandScopeis valid.voidCommandStep. validate(CommandScope commandScope)Validates that theCommandScopeis correctly set up for this step to run.Constructors in liquibase.command with parameters of type CommandScope Constructor Description CommandResults(SortedMap<String,Object> resultValues, CommandScope commandScope) -
Uses of CommandScope in liquibase.command.core
Methods in liquibase.command.core with parameters of type CommandScope Modifier and Type Method Description protected String[]HistoryCommandStep. collectArguments(CommandScope commandScope)protected SnapshotControlSnapshotCommandStep. createSnapshotControl(CommandScope commandScope, Database database)protected SnapshotControlSnapshotReferenceCommandStep. createSnapshotControl(CommandScope commandScope, Database database)protected voidAbstractUpdateCommandStep. customMdcLogging(CommandScope commandScope)protected voidUpdateCountCommandStep. customMdcLogging(CommandScope commandScope)protected voidUpdateToTagCommandStep. customMdcLogging(CommandScope commandScope)protected static StringExecuteSqlCommandStep. determineEndDelimiter(CommandScope commandScope)abstract StringAbstractUpdateCommandStep. getChangelogFileArg(CommandScope commandScope)StringUpdateCommandStep. getChangelogFileArg(CommandScope commandScope)StringUpdateCountCommandStep. getChangelogFileArg(CommandScope commandScope)StringUpdateSqlCommandStep. getChangelogFileArg(CommandScope commandScope)StringUpdateToTagCommandStep. getChangelogFileArg(CommandScope commandScope)abstract StringAbstractUpdateCommandStep. getContextsArg(CommandScope commandScope)StringUpdateCommandStep. getContextsArg(CommandScope commandScope)StringUpdateCountCommandStep. getContextsArg(CommandScope commandScope)StringUpdateSqlCommandStep. getContextsArg(CommandScope commandScope)StringUpdateToTagCommandStep. getContextsArg(CommandScope commandScope)IntegerAbstractFutureRollbackCommandStep. getCount(CommandScope commandScope)IntegerFutureRollbackCountSqlCommandStep. getCount(CommandScope commandScope)abstract StringAbstractUpdateCommandStep. getLabelFilterArg(CommandScope commandScope)StringUpdateCommandStep. getLabelFilterArg(CommandScope commandScope)StringUpdateCountCommandStep. getLabelFilterArg(CommandScope commandScope)StringUpdateSqlCommandStep. getLabelFilterArg(CommandScope commandScope)StringUpdateToTagCommandStep. getLabelFilterArg(CommandScope commandScope)abstract UpdateSummaryEnumAbstractUpdateCommandStep. getShowSummary(CommandScope commandScope)UpdateSummaryEnumUpdateCommandStep. getShowSummary(CommandScope commandScope)UpdateSummaryEnumUpdateCountCommandStep. getShowSummary(CommandScope commandScope)UpdateSummaryEnumUpdateCountSqlCommandStep. getShowSummary(CommandScope commandScope)UpdateSummaryEnumUpdateSqlCommandStep. getShowSummary(CommandScope commandScope)UpdateSummaryEnumUpdateToTagCommandStep. getShowSummary(CommandScope commandScope)UpdateSummaryEnumUpdateToTagSqlCommandStep. getShowSummary(CommandScope commandScope)UpdateSummaryOutputEnumAbstractUpdateCommandStep. getShowSummaryOutput(CommandScope commandScope)SnapshotControlDropAllCommandStep. getSnapshotControl(CommandScope commandScope, Database database)ChangeLogIteratorAbstractUpdateCommandStep. getStandardChangelogIterator(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog changeLog)ChangeLogIteratorUpdateCountCommandStep. getStandardChangelogIterator(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog databaseChangeLog)ChangeLogIteratorUpdateToTagCommandStep. getStandardChangelogIterator(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog changeLog)ChangeLogIteratorAbstractUpdateCommandStep. getStatusChangelogIterator(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog changeLog)ChangeLogIteratorUpdateCountCommandStep. getStatusChangelogIterator(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog databaseChangeLog)ChangeLogIteratorUpdateToTagCommandStep. getStatusChangelogIterator(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog changeLog)StringAbstractFutureRollbackCommandStep. getTag(CommandScope commandScope)StringFutureRollbackFromTagSqlCommandStep. getTag(CommandScope commandScope)booleanAbstractUpdateCommandStep. isUpToDate(CommandScope commandScope, Database database, DatabaseChangeLog databaseChangeLog, Contexts contexts, LabelExpression labelExpression, OutputStream outputStream)Checks if the database is up-to-date.booleanAbstractUpdateCommandStep. isUpToDateFastCheck(CommandScope commandScope, Database database, DatabaseChangeLog databaseChangeLog, Contexts contexts, LabelExpression labelExpression)protected voidAbstractUpdateCommandStep. preRun(CommandScope commandScope, ChangeLogIterator runChangeLogIterator, ChangeLogParameters changeLogParameters)Executed before running any updates against the database.static StringInternalSnapshotCommandStep. printSnapshot(CommandScope commandScope, CommandResults snapshotResults)voidChangelogSyncCommandStep. validate(CommandScope commandScope)voidDiffChangelogCommandStep. validate(CommandScope commandScope)voidGenerateChangelogCommandStep. validate(CommandScope commandScope)voidUpdateCommandStep. validate(CommandScope commandScope)Constructors in liquibase.command.core with parameters of type CommandScope Constructor Description LegacyDeploymentDetails(CommandScope commandScope)TabularDeploymentDetails(CommandScope commandScope) -
Uses of CommandScope in liquibase.command.core.helpers
Methods in liquibase.command.core.helpers with parameters of type CommandScope Modifier and Type Method Description DatabaseDbUrlConnectionCommandStep. obtainDatabase(CommandScope commandScope)Try to retrieve and set the database object from the command scope, otherwise creates a new one .protected static voidAbstractChangelogCommandStep. validateReplaceIfExistsTypes(CommandScope commandScope)protected static voidAbstractChangelogCommandStep. validateRunOnChangeTypes(CommandScope commandScope) -
Uses of CommandScope in liquibase.configuration
Methods in liquibase.configuration with parameters of type CommandScope Modifier and Type Method Description voidAbstractConfigurationValueProvider. validate(CommandScope commandScope)Default implementation does no checkingvoidConfigurationValueProvider. validate(CommandScope commandScope)Perform any validation of keys/values stored in this provider for the given commandScope. -
Uses of CommandScope in liquibase.configuration.core
Methods in liquibase.configuration.core with parameters of type CommandScope Modifier and Type Method Description voidDefaultsFileValueProvider. validate(CommandScope commandScope)voidEnvironmentValueProvider. validate(CommandScope commandScope) -
Uses of CommandScope in liquibase.integration.commandline
Methods in liquibase.integration.commandline that return CommandScope Modifier and Type Method Description static CommandScopeCommandLineUtils. createDiffCommand(Database referenceDatabase, Database targetDatabase, String snapshotTypes, CompareControl.SchemaComparison[] schemaComparisons, ObjectChangeFilter objectChangeFilter, PrintStream output)
-