| Package | Description |
|---|---|
| liquibase.command | |
| liquibase.command.core | |
| liquibase.command.core.helpers |
| 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<CheckSum> |
CalculateChecksumCommandStep.CHECKSUM_RESULT |
static CommandResultDefinition<InternalHistoryCommandStep.DeploymentHistory> |
InternalHistoryCommandStep.DEPLOYMENTS_RESULT |
static CommandResultDefinition<DiffResult> |
DiffCommandStep.DIFF_RESULT |
static CommandResultDefinition<String> |
RegisterChangelogCommandStep.REGISTERED_CHANGELOG_ID |
static CommandResultDefinition<Boolean> |
TagExistsCommandStep.TAG_EXISTS_RESULT |
| Modifier and Type | Field and Description |
|---|---|
static CommandResultDefinition<CompareControl> |
PreCompareCommandStep.COMPARE_CONTROL_RESULT |
static CommandResultDefinition<DiffOutputControl> |
DiffOutputControlCommandStep.DIFF_OUTPUT_CONTROL |
static CommandResultDefinition<ObjectChangeFilter> |
PreCompareCommandStep.OBJECT_CHANGE_FILTER_RESULT |
static CommandResultDefinition<Class[]> |
PreCompareCommandStep.SNAPSHOT_TYPES_RESULT |
Copyright © 2023 Liquibase.org. All rights reserved.