Uses of Class
liquibase.exception.CommandExecutionException
-
Packages that use CommandExecutionException Package Description liquibase Liquibase top level namespace package.liquibase.command liquibase.command.core liquibase.exception liquibase.integration.commandline org.liquibase.maven.plugins -
-
Uses of CommandExecutionException in liquibase
Methods in liquibase that throw CommandExecutionException Modifier and Type Method Description voidLiquibase. generateChangeLog(CatalogAndSchema catalogAndSchema, DiffToChangeLog changeLogWriter, PrintStream outputStream, Class<? extends DatabaseObject>... snapshotTypes)Deprecated.Use {linkCommandScope(String)to generateChangelog instead of this method.voidLiquibase. generateChangeLog(CatalogAndSchema catalogAndSchema, DiffToChangeLog changeLogWriter, PrintStream outputStream, ChangeLogSerializer changeLogSerializer, Class<? extends DatabaseObject>... snapshotTypes)Deprecated.Use {linkCommandScope(String)to generateChangelog instead of this method. -
Uses of CommandExecutionException in liquibase.command
Methods in liquibase.command that throw CommandExecutionException 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.CommandResultsCommandScope. execute()Executes the command in this scope, and returns the results.Constructors in liquibase.command that throw CommandExecutionException Constructor Description CommandScope(String... commandName)Creates a new scope for the given command. -
Uses of CommandExecutionException in liquibase.command.core
Methods in liquibase.command.core that throw CommandExecutionException Modifier and Type Method Description protected String[]HistoryCommandStep. collectArguments(CommandScope commandScope) -
Uses of CommandExecutionException in liquibase.exception
Subclasses of CommandExecutionException in liquibase.exception Modifier and Type Class Description classCommandValidationExceptionException thrown when any pre-execution validation fails. -
Uses of CommandExecutionException in liquibase.integration.commandline
Methods in liquibase.integration.commandline that throw CommandExecutionException Modifier and Type Method Description static CommandScopeCommandLineUtils. createDiffCommand(Database referenceDatabase, Database targetDatabase, String snapshotTypes, CompareControl.SchemaComparison[] schemaComparisons, ObjectChangeFilter objectChangeFilter, PrintStream output) -
Uses of CommandExecutionException in org.liquibase.maven.plugins
Methods in org.liquibase.maven.plugins that throw CommandExecutionException Modifier and Type Method Description protected voidLiquibaseChecksRunMojo. performLiquibaseTask(Liquibase liquibase)protected voidLiquibaseChecksShowMojo. performLiquibaseTask(Liquibase liquibase)
-