public interface DeploymentSetPlanResult
DeploymentSetPlan
.Modifier and Type | Method and Description |
---|---|
Map<UUID,DeploymentActionResult> |
getDeploymentActionResults()
Gets the results of the
DeploymentAction s associated with
the deployment set plan. |
UUID |
getDeploymentSetId()
Gets the unique id of the deployment set plan.
|
DeploymentSetPlan |
getDeploymentSetPlan()
Gets the deployment set plan that lead to this result.
|
Map<String,ServerGroupDeploymentPlanResult> |
getServerGroupResults()
Gets the results for each server group.
|
UUID getDeploymentSetId()
null
DeploymentSetPlan getDeploymentSetPlan()
null
Map<String,ServerGroupDeploymentPlanResult> getServerGroupResults()
Map<UUID,DeploymentActionResult> getDeploymentActionResults()
DeploymentAction
s associated with
the deployment set plan.deployment action id
Copyright © 2018 JBoss by Red Hat. All rights reserved.