public class InternalHistoryCommandStep extends AbstractCommandStep
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalHistoryCommandStep.DeploymentHistory |
static class |
InternalHistoryCommandStep.LegacyDeploymentDetails |
static class |
InternalHistoryCommandStep.TabularDeploymentDetails |
| Modifier and Type | Field and Description |
|---|---|
static String[] |
COMMAND_NAME |
static CommandArgumentDefinition<Database> |
DATABASE_ARG |
static CommandArgumentDefinition<DateFormat> |
DATE_FORMAT_ARG |
static CommandResultDefinition<InternalHistoryCommandStep.DeploymentHistory> |
DEPLOYMENTS_RESULT |
static CommandArgumentDefinition<HistoryFormat> |
FORMAT_ARG |
coreBundleORDER_DEFAULT, ORDER_NOT_APPLICABLE| Constructor and Description |
|---|
InternalHistoryCommandStep() |
| Modifier and Type | Method and Description |
|---|---|
void |
adjustCommandDefinition(CommandDefinition commandDefinition)
Default implementation makes no changes
|
String[][] |
defineCommandNames()
Defines new command names
For example, if it is part of `liquibase update`, this should return new String[][]{ new String[] {"update"}}.
|
void |
run(CommandResultsBuilder resultsBuilder)
Performs the business logic.
|
getOrder, providedDependencies, requiredDependencies, validatepublic static final String[] COMMAND_NAME
public static final CommandArgumentDefinition<Database> DATABASE_ARG
public static final CommandArgumentDefinition<DateFormat> DATE_FORMAT_ARG
public static final CommandArgumentDefinition<HistoryFormat> FORMAT_ARG
public static final CommandResultDefinition<InternalHistoryCommandStep.DeploymentHistory> DEPLOYMENTS_RESULT
public String[][] defineCommandNames()
CommandStepThis is used to determine the available command names.
This can return null if this step is not defining a new command but "cross-cutting" existing commands
public void adjustCommandDefinition(CommandDefinition commandDefinition)
AbstractCommandStepadjustCommandDefinition in interface CommandStepadjustCommandDefinition in class AbstractCommandSteppublic void run(CommandResultsBuilder resultsBuilder) throws Exception
CommandStepCommandScope.execute() order.ExceptionCopyright © 2023 Liquibase.org. All rights reserved.