public interface DeploymentPlanResult
DeploymentPlan.| Modifier and Type | Method and Description |
|---|---|
Map<UUID,DeploymentActionResult> |
getDeploymentActionResults()
Gets the results of the
DeploymentActions associated with
the deployment set plan. |
DeploymentPlan |
getDeploymentPlan()
Gets the deployment plan that lead to this result.
|
UUID |
getId()
Gets the unique id of the deployment plan.
|
InvalidDeploymentPlanException |
getInvalidDeploymentPlanException()
Gets the exception describing the problem with a deployment plan that
is not
valid. |
Map<String,ServerGroupDeploymentPlanResult> |
getServerGroupResults()
Gets the results for each server group.
|
boolean |
isValid()
Gets whether the deployment plan was valid.
|
UUID getId()
nullDeploymentPlan getDeploymentPlan()
nullboolean isValid()
false see
getInvalidDeploymentPlanException() to for more information on
how the plan was invalid.true if the plan was valid; false otherwiseInvalidDeploymentPlanException getInvalidDeploymentPlanException()
valid.null if the plan is validMap<String,ServerGroupDeploymentPlanResult> getServerGroupResults()
Map<UUID,DeploymentActionResult> getDeploymentActionResults()
DeploymentActions associated with
the deployment set plan.deployment action idCopyright © 2018 JBoss by Red Hat. All rights reserved.