public class DeploymentPlanResultImpl extends Object implements ServerDeploymentPlanResult, Serializable
ServerDeploymentPlanResult.| Constructor and Description |
|---|
DeploymentPlanResultImpl(UUID planId,
Map<UUID,ServerDeploymentActionResult> actionResults) |
| Modifier and Type | Method and Description |
|---|---|
ServerDeploymentActionResult |
getDeploymentActionResult(UUID deploymentAction)
Gets the result of a
DeploymentAction action associated with
the deployment set plan. |
UUID |
getDeploymentPlanId()
Gets the unique id of the deployment plan.
|
public DeploymentPlanResultImpl(UUID planId, Map<UUID,ServerDeploymentActionResult> actionResults)
public ServerDeploymentActionResult getDeploymentActionResult(UUID deploymentAction)
ServerDeploymentPlanResultDeploymentAction action associated with
the deployment set plan.getDeploymentActionResult in interface ServerDeploymentPlanResultdeploymentAction - the id of the actionpublic UUID getDeploymentPlanId()
ServerDeploymentPlanResultgetDeploymentPlanId in interface ServerDeploymentPlanResultnullCopyright © 2018 JBoss by Red Hat. All rights reserved.