Interface ServerDeploymentPlanResult


public interface ServerDeploymentPlanResult
Encapsulates the results of executing a DeploymentSetPlan on a particular server.
Author:
Brian Stansberry
  • Method Details

    • getServerName

      String getServerName()
      Gets the name of the server.
      Returns:
      the name. Will not be null
    • getDeploymentActionResults

      Map<UUID,ServerUpdateResult> getDeploymentActionResults()
      Gets the result of a DeploymentAction action associated with the deployment set plan.
      Returns:
      the result