Package liquibase.command
Class CommandResults
java.lang.Object
liquibase.command.CommandResults
The results of
CommandScope.execute()
.-
Constructor Summary
ModifierConstructorDescriptionprotected
CommandResults
(SortedMap<String, Object> resultValues, CommandScope commandScope) -
Method Summary
Modifier and TypeMethodDescriptionTheCommandScope
that was executed to produce this result.Return the result value for the given key.<DataType> DataType
getResult
(CommandResultDefinition<DataType> definition) Return the value for the givenCommandResultDefinition
, or the default value if not set.Returns all the results for this command.
-
Constructor Details
-
CommandResults
-
-
Method Details
-
getCommandScope
TheCommandScope
that was executed to produce this result. -
getResult
Return the value for the givenCommandResultDefinition
, or the default value if not set. -
getResult
Return the result value for the given key. -
getResults
Returns all the results for this command.
-