Package liquibase.command.core
Class HistoryCommand
java.lang.Object
liquibase.command.AbstractCommand
liquibase.command.core.HistoryCommand
- All Implemented Interfaces:
LiquibaseCommand
,Plugin
Deprecated.
-
Field Summary
Fields inherited from interface liquibase.plugin.Plugin
PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getName()
Deprecated.Deprecated.run()
Deprecated.Function that performs the actual logic.void
setDatabase
(Database database) Deprecated.void
setOutputStream
(PrintStream outputStream) Deprecated.validate()
Deprecated.Methods inherited from class liquibase.command.AbstractCommand
getArguments, getPriority
-
Constructor Details
-
HistoryCommand
public HistoryCommand()Deprecated.
-
-
Method Details
-
getName
Deprecated. -
validate
Deprecated. -
getDatabase
Deprecated. -
setDatabase
Deprecated. -
getOutputStream
Deprecated. -
setOutputStream
Deprecated. -
run
Deprecated.Description copied from interface:LiquibaseCommand
Function that performs the actual logic. This should not be called directly by any code, only byCommandFactory.execute(LiquibaseCommand)
- Throws:
Exception
-
CommandStep
and call them withCommandFactory.getCommandDefinition(String...)
.