Interface ServerGroupDeploymentActionResult


  • public interface ServerGroupDeploymentActionResult
    Encapsulates the results of particular DeploymentAction across the servers in a particular server group.
    Author:
    Brian Stansberry
    • Method Detail

      • getServerGroupName

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

        Map<String,​ServerUpdateResult> getResultByServer()
        Gets the results of the action for each server within the server group.
        Returns:
        map of server results, keyed by server name. Will not be null