Package liquibase.command
Class CommandResults
java.lang.Object
liquibase.command.CommandResults
The results of
CommandScope.execute().-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCommandResults(SortedMap<String, Object> resultValues, CommandScope commandScope) -
Method Summary
Modifier and TypeMethodDescriptionTheCommandScopethat was executed to produce this result.Return the result value for the given key.<DataType> DataTypegetResult(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
TheCommandScopethat 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.
-