Interface ServerGroupDeploymentPlanResult


public interface ServerGroupDeploymentPlanResult
Encapsulates the results of executing a DeploymentSetPlan against a particular server group.
Author:
Brian Stansberry
See Also:
  • Method Details

    • getServerGroupName

      String getServerGroupName()
      Gets the name of the server group.
      Returns:
      the name. Will not be null
    • getServerResults

      Gets the results for each server within the server group.
      Returns:
      map of server results, keyed by server name. Will not be null