Interface ServerDeploymentActionResult
- All Superinterfaces:
ServerUpdateActionResult
- All Known Implementing Classes:
SimpleServerDeploymentActionResult
Describes the results of executing a
DeploymentAction on a single
server.- Author:
- Brian Stansberry
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.as.controller.client.helpers.standalone.ServerUpdateActionResult
ServerUpdateActionResult.Result -
Method Summary
Modifier and TypeMethodDescriptionOverrides the superclass to declare a more specific return type.Methods inherited from interface org.jboss.as.controller.client.helpers.standalone.ServerUpdateActionResult
getDeploymentException, getResult, getUpdateActionId
-
Method Details
-
getRollbackResult
ServerDeploymentActionResult getRollbackResult()Overrides the superclass to declare a more specific return type. If theresult was {@link Result#ROLLED_BACK} or {@link Result#FAILED} and the update plan allows rollback, gets the result of rolling back the action.- Specified by:
getRollbackResultin interfaceServerUpdateActionResult- Returns:
- the result of rolling back the action, or
nullif the action was not rolled back.
-