Uses of Class
liquibase.command.CommandResults
-
Uses of CommandResults in liquibase.command
Modifier and TypeMethodDescriptionCommandScope.execute()
Executes the command in this scope, and returns the results.CommandFailedException.getResults()
ModifierConstructorDescriptionCommandFailedException
(CommandResults results, int exitCode, String message, boolean expected) -
Uses of CommandResults in liquibase.command.core
Modifier and TypeMethodDescriptionstatic String
InternalSnapshotCommandStep.printSnapshot
(CommandScope commandScope, CommandResults snapshotResults)