public interface DeploymentActionResult
DeploymentAction
across
a domain.Modifier and Type | Method and Description |
---|---|
DeploymentAction |
getDeploymentAction()
Gets the deployment action that lead to this result.
|
UUID |
getDeploymentActionId()
Gets the unique id of the deployment action.
|
UpdateFailedException |
getDomainControllerFailure()
Gets any exception that occurred when applying this update on the
domain controller.
|
UpdateFailedException |
getDomainControllerRollbackFailure()
Gets any exception that occurred when rolling back this update on the
domain controller.
|
Map<String,UpdateFailedException> |
getHostControllerFailures()
Gets any exceptions that occurred when applying this update on the
host controllers.
|
Map<String,UpdateFailedException> |
getHostControllerRollbackFailures()
Gets any exceptions that occurred when rolling back this update on the
host controllers.
|
Map<String,ServerGroupDeploymentActionResult> |
getResultsByServerGroup()
Gets the results of this action for each server group.
|
boolean |
isCancelledByDomain()
Gets whether the action was cancelled by the domain controller before
being applied to any servers.
|
boolean |
isRolledBackOnDomain()
Gets whether the action was rolled back across the domain after being
successfully applied on the domain controller and all host controllers.
|
UUID getDeploymentActionId()
null
DeploymentAction getDeploymentAction()
null
boolean isCancelledByDomain()
true
if the action was cancelled; false
otherwiseboolean isRolledBackOnDomain()
This method will return true
if a rollback was attempted,
whether or not it succeeded. See getDomainControllerRollbackFailure()
and getHostControllerRollbackFailures()
to see if their were
failures on the domain controller or host controllers; for each server
see the ServerUpdateResult
to see if there were failures
on the servers.
true
if rollback of the action was attempted; false
otherwiseUpdateFailedException getDomainControllerFailure()
null
UpdateFailedException getDomainControllerRollbackFailure()
null
Map<String,UpdateFailedException> getHostControllerFailures()
null
Map<String,UpdateFailedException> getHostControllerRollbackFailures()
null
Map<String,ServerGroupDeploymentActionResult> getResultsByServerGroup()
Copyright © 2021 JBoss by Red Hat. All rights reserved.