Interface ServerGroupDeploymentActionResult
-
public interface ServerGroupDeploymentActionResultEncapsulates the results of particularDeploymentActionacross the servers in a particular server group.- Author:
- Brian Stansberry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,ServerUpdateResult>getResultByServer()Gets the results of the action for each server within the server group.StringgetServerGroupName()Gets the name of the server group.
-
-
-
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
-
-