Interface ServerDeploymentPlanResult

All Known Implementing Classes:
DeploymentPlanResultImpl

public interface ServerDeploymentPlanResult
Encapsulates the results of executing a DeploymentPlan.
Author:
Brian Stansberry
  • Method Details

    • getDeploymentPlanId

      UUID getDeploymentPlanId()
      Gets the unique id of the deployment plan.
      Returns:
      the id. Will not be null
    • getDeploymentActionResult

      ServerDeploymentActionResult getDeploymentActionResult(UUID deploymentAction)
      Gets the result of a DeploymentAction action associated with the deployment set plan.
      Parameters:
      deploymentAction - the id of the action
      Returns:
      the result