Uses of Class
liquibase.command.CommandResult
-
Packages that use CommandResult Package Description liquibase.command liquibase.command.core -
-
Uses of CommandResult in liquibase.command
Classes in liquibase.command with type parameters of type CommandResult Modifier and Type Class Description classAbstractCommand<T extends CommandResult>Deprecated.Implement commands withCommandStepand call them withCommandFactory.getCommandDefinition(String...).interfaceLiquibaseCommand<T extends CommandResult>Deprecated.Define command with the newCommandStepinterfaceMethods in liquibase.command with type parameters of type CommandResult Modifier and Type Method Description <T extends CommandResult>
TCommandFactory. execute(LiquibaseCommand<T> command)Deprecated. -
Uses of CommandResult in liquibase.command.core
Subclasses of CommandResult in liquibase.command.core Modifier and Type Class Description classSnapshotCommand.SnapshotCommandResultDeprecated.Methods in liquibase.command.core that return CommandResult Modifier and Type Method Description CommandResultDiffCommand. run()Deprecated.CommandResultDiffToChangeLogCommand. run()Deprecated.CommandResultGenerateChangeLogCommand. run()Deprecated.CommandResultHistoryCommand. run()Deprecated.
-