Interface ServerDeploymentPlanResult
public interface ServerDeploymentPlanResult
Encapsulates the results of executing a
DeploymentSetPlan on
a particular server.- Author:
- Brian Stansberry
-
Method Summary
Modifier and TypeMethodDescriptionGets the result of aDeploymentActionaction associated with the deployment set plan.Gets the name of the server.
-
Method Details
-
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
-