Interface ServerGroupDeploymentPlanResult
public interface ServerGroupDeploymentPlanResult
Encapsulates the results of executing a
DeploymentSetPlan against
a particular server group.- Author:
- Brian Stansberry
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the name of the server group.Gets the results for each server within the server group.
-
Method Details
-
getServerGroupName
String getServerGroupName()Gets the name of the server group.- Returns:
- the name. Will not be
null
-
getServerResults
Map<String,ServerDeploymentPlanResult> getServerResults()Gets the results for each server within the server group.- Returns:
- map of server results, keyed by server name. Will not be
null
-