Interface | Description |
---|---|
CleanUpCommandStep |
Interface implemented by CommandSteps when they need to execute clean up tasks (such as closing database
connections, flushing files, etc) after other steps in the pipeline are executed.
|
CommandStep |
Defines a particular step in a command pipeline.
|
LiquibaseCommand<T extends CommandResult> | Deprecated
Define command with the new
CommandStep interface |
Class | Description |
---|---|
AbstractCliWrapperCommandStep | Deprecated |
AbstractCommand<T extends CommandResult> | Deprecated
Implement commands with
CommandStep and call them with CommandFactory.getCommandDefinition(String...) . |
AbstractCommandStep |
Convenience base class for
CommandStep implementations. |
AbstractDatabaseConnectionCommandStep |
Abstract CommandStep providing database connectivity.
|
CommandArgument | Deprecated
Used by the old
LiquibaseCommand style of command setup. |
CommandArgumentDefinition<DataType> |
Defines a known, type-safe argument for a specific
CommandStep . |
CommandArgumentDefinition.Building<DataType> |
A new
CommandArgumentDefinition under construction from CommandBuilder |
CommandBuilder |
Builder for configuring
CommandStep settings, such as CommandArgumentDefinition s and CommandResultDefinition s |
CommandDefinition |
Metadata about a particular command.
|
CommandFactory |
Manages the command related implementations.
|
CommandResult | Deprecated
Used by the old
LiquibaseCommand style of command setup. |
CommandResultDefinition<DataType> |
Defines a known, type-safe result from a specific
CommandStep . |
CommandResultDefinition.Building<DataType> | |
CommandResults |
The results of
CommandScope.execute() . |
CommandResultsBuilder |
Because
CommandResults is immutable, this class is used to build up the results during CommandStep.run(CommandResultsBuilder) . |
CommandScope |
The primary facade used for executing commands.
|
CommandValidationErrors | Deprecated
Used by the old
LiquibaseCommand style of command setup. |
Enum | Description |
---|---|
CommonArgumentNames |
A common place to store commonly used command argument names.
|
Exception | Description |
---|---|
CommandExecutionException | Deprecated
Used by the old
LiquibaseCommand style of command setup. |
CommandFailedException |
CommandFailedException is thrown any time a command did not succeed.
|
Copyright © 2023 Liquibase.org. All rights reserved.