Interface ServerDeploymentPlanResult
-
public interface ServerDeploymentPlanResultEncapsulates the results of executing aDeploymentSetPlanon a particular server.- Author:
- Brian Stansberry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<UUID,ServerUpdateResult>getDeploymentActionResults()Gets the result of aDeploymentActionaction associated with the deployment set plan.StringgetServerName()Gets the name of the server.
-
-
-
Method Detail
-
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 aDeploymentActionaction associated with the deployment set plan.- Returns:
- the result
-
-