| Package | Description |
|---|---|
| liquibase.command | |
| liquibase.command.core | |
| liquibase.exception | |
| liquibase.hub | |
| liquibase.integration.commandline | |
| org.liquibase.maven.plugins |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String[] |
AbstractCliWrapperCommandStep.collectArguments(CommandScope commandScope)
Deprecated.
Called by
AbstractCliWrapperCommandStep.run(CommandResultsBuilder) to create the actual arguments passed to Main.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 to
Main. |
CommandResults |
CommandScope.execute()
Executes the command in this scope, and returns the results.
|
| Constructor and Description |
|---|
CommandScope(String... commandName)
Creates a new scope for the given command.
|
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
RollbackToDateCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
DiffChangelogCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
DbDocCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
ListLocksCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
CalculateChecksumCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
UpdateCountSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
UpdateSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
ChangelogSyncToTagCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
DiffCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
StatusCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
FutureRollbackFromTagSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
TagCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
FutureRollbackCountSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
UnexpectedChangesetsCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
FutureRollbackSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
UpdateToTagCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
RollbackSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
RollbackCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
GenerateChangelogCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
UpdateCountCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
UpdateTestingRollbackCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
RollbackToDateSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
ReleaseLocksCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
HistoryCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
ValidateCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
RollbackCountSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
MarkNextChangesetRanSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
DropAllCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
RollbackCountCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
ExecuteSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
TagExistsCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
SnapshotReferenceCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
ClearChecksumsCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
UpdateCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
ChangelogSyncSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
MarkNextChangesetRanCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
ChangelogSyncCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
SyncHubCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
ChangelogSyncToTagSqlCommandStep.collectArguments(CommandScope commandScope) |
protected String[] |
UpdateToTagSqlCommandStep.collectArguments(CommandScope commandScope) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandValidationException
Exception thrown when any pre-execution validation fails.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HubUpdater.syncHub(String changeLogFile,
Connection hubConnection) |
| Modifier and Type | Method and Description |
|---|---|
static CommandScope |
CommandLineUtils.createDiffCommand(Database referenceDatabase,
Database targetDatabase,
String snapshotTypes,
CompareControl.SchemaComparison[] schemaComparisons,
ObjectChangeFilter objectChangeFilter,
PrintStream output) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LiquibaseChecksShowMojo.performLiquibaseTask(Liquibase liquibase) |
protected void |
LiquibaseChecksRunMojo.performLiquibaseTask(Liquibase liquibase) |
Copyright © 2022 Liquibase.org. All rights reserved.