Class DeploymentPlanResultImpl
- java.lang.Object
-
- org.jboss.as.controller.client.helpers.standalone.impl.DeploymentPlanResultImpl
-
- All Implemented Interfaces:
Serializable,ServerDeploymentPlanResult
public class DeploymentPlanResultImpl extends Object implements ServerDeploymentPlanResult, Serializable
Default implementation ofServerDeploymentPlanResult.- Author:
- Brian Stansberry
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeploymentPlanResultImpl(UUID planId, Map<UUID,ServerDeploymentActionResult> actionResults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerDeploymentActionResultgetDeploymentActionResult(UUID deploymentAction)Gets the result of aDeploymentActionaction associated with the deployment set plan.UUIDgetDeploymentPlanId()Gets the unique id of the deployment plan.
-
-
-
Constructor Detail
-
DeploymentPlanResultImpl
public DeploymentPlanResultImpl(UUID planId, Map<UUID,ServerDeploymentActionResult> actionResults)
-
-
Method Detail
-
getDeploymentActionResult
public ServerDeploymentActionResult getDeploymentActionResult(UUID deploymentAction)
Description copied from interface:ServerDeploymentPlanResultGets the result of aDeploymentActionaction associated with the deployment set plan.- Specified by:
getDeploymentActionResultin interfaceServerDeploymentPlanResult- Parameters:
deploymentAction- the id of the action- Returns:
- the result
-
getDeploymentPlanId
public UUID getDeploymentPlanId()
Description copied from interface:ServerDeploymentPlanResultGets the unique id of the deployment plan.- Specified by:
getDeploymentPlanIdin interfaceServerDeploymentPlanResult- Returns:
- the id. Will not be
null
-
-