public interface DeploymentPlanResult
DeploymentPlan
.Modifier and Type | Method and Description |
---|---|
Map<UUID,DeploymentActionResult> |
getDeploymentActionResults()
Gets the results of the
DeploymentAction s 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()
null
DeploymentPlan getDeploymentPlan()
null
boolean 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()
DeploymentAction
s associated with
the deployment set plan.deployment action id
Copyright © 2017 JBoss by Red Hat. All rights reserved.