| Package | Description |
|---|---|
| liquibase.command | |
| liquibase.command.core |
| Modifier and Type | Method and Description |
|---|---|
CommandResultDefinition<DataType> |
CommandResultDefinition.Building.build()
Complete construction and register the definition with the rest of the system.
|
| Modifier and Type | Method and Description |
|---|---|
<T> CommandResultsBuilder |
CommandResultsBuilder.addResult(CommandResultDefinition<T> definition,
T value)
Sets the value for a known
CommandResultDefinition to the command results. |
int |
CommandResultDefinition.compareTo(CommandResultDefinition<?> o) |
<DataType> DataType |
CommandResults.getResult(CommandResultDefinition<DataType> definition)
Return the value for the given
CommandResultDefinition, or the default value if not set. |
| Modifier and Type | Field and Description |
|---|---|
static CommandResultDefinition<InternalHistoryCommandStep.DeploymentHistory> |
InternalHistoryCommandStep.DEPLOYMENTS_RESULT |
static CommandResultDefinition<String> |
RegisterChangelogCommandStep.REGISTERED_CHANGELOG_ID |
Copyright © 2022 Liquibase.org. All rights reserved.