Interface ServerDeploymentActionResult
-
- All Superinterfaces:
ServerUpdateActionResult
- All Known Implementing Classes:
SimpleServerDeploymentActionResult
public interface ServerDeploymentActionResult extends ServerUpdateActionResult
Describes the results of executing aDeploymentActionon 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerDeploymentActionResultgetRollbackResult()Overrides 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 Detail
-
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.
-
-