Uses of Class
liquibase.exception.CommandExecutionException
Package
Description
Liquibase top level namespace package.
-
Uses of CommandExecutionException in liquibase
Modifier and TypeMethodDescriptionfinal void
Liquibase.generateChangeLog
(CatalogAndSchema catalogAndSchema, DiffToChangeLog changeLogWriter, PrintStream outputStream, Class<? extends DatabaseObject>... snapshotTypes) final void
Liquibase.generateChangeLog
(CatalogAndSchema catalogAndSchema, DiffToChangeLog changeLogWriter, PrintStream outputStream, ChangeLogSerializer changeLogSerializer, Class<? extends DatabaseObject>... snapshotTypes) -
Uses of CommandExecutionException in liquibase.command
Modifier and TypeMethodDescriptionprotected 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
.CommandScope.execute()
Executes the command in this scope, and returns the results.ModifierConstructorDescriptionCommandScope
(String... commandName) Creates a new scope for the given command. -
Uses of CommandExecutionException in liquibase.exception
Modifier and TypeClassDescriptionclass
Exception thrown when any pre-execution validation fails. -
Uses of CommandExecutionException in liquibase.integration.commandline
Modifier and TypeMethodDescriptionstatic CommandScope
CommandLineUtils.createDiffCommand
(Database referenceDatabase, Database targetDatabase, String snapshotTypes, CompareControl.SchemaComparison[] schemaComparisons, ObjectChangeFilter objectChangeFilter, PrintStream output) -
Uses of CommandExecutionException in org.liquibase.maven.plugins
Modifier and TypeMethodDescriptionprotected void
LiquibaseChecksRunMojo.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseChecksShowMojo.performLiquibaseTask
(Liquibase liquibase)