Interface ServerDeploymentPlanResult
- All Known Implementing Classes:
DeploymentPlanResultImpl
public interface ServerDeploymentPlanResult
Encapsulates the results of executing a
DeploymentPlan.- Author:
- Brian Stansberry
-
Method Summary
Modifier and TypeMethodDescriptiongetDeploymentActionResult(UUID deploymentAction) Gets the result of aDeploymentActionaction associated with the deployment set plan.Gets the unique id of the deployment plan.
-
Method Details
-
getDeploymentPlanId
UUID getDeploymentPlanId()Gets the unique id of the deployment plan.- Returns:
- the id. Will not be
null
-
getDeploymentActionResult
Gets the result of aDeploymentActionaction associated with the deployment set plan.- Parameters:
deploymentAction- the id of the action- Returns:
- the result
-