CommandStep
interfacepublic interface LiquibaseCommand<T extends CommandResult> extends Plugin
PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED
Modifier and Type | Method and Description |
---|---|
SortedSet<CommandArgument> |
getArguments()
Deprecated.
|
String |
getName()
Deprecated.
|
int |
getPriority(String commandName)
Deprecated.
|
T |
run()
Deprecated.
Function that performs the actual logic.
|
CommandValidationErrors |
validate()
Deprecated.
|
String getName()
int getPriority(String commandName)
SortedSet<CommandArgument> getArguments()
CommandValidationErrors validate()
T run() throws Exception
CommandFactory.execute(LiquibaseCommand)
Exception
Copyright © 2023 Liquibase.org. All rights reserved.