Package | Description |
---|---|
org.jboss.as.controller.client.helpers.domain |
Convenience API built on top of the
core management API
to make it easier to perform common management tasks against a JBoss Application Server Managed Domain. |
org.jboss.as.controller.client.helpers.domain.impl |
Implementation classes to support the
managed domain convenience API . |
Modifier and Type | Method and Description |
---|---|
Map<UUID,DeploymentActionResult> |
DeploymentSetPlanResult.getDeploymentActionResults()
Gets the results of the
DeploymentAction s associated with
the deployment set plan. |
Map<UUID,DeploymentActionResult> |
DeploymentPlanResult.getDeploymentActionResults()
Gets the results of the
DeploymentAction s associated with
the deployment set plan. |
Modifier and Type | Method and Description |
---|---|
Map<UUID,DeploymentActionResult> |
DeploymentPlanResultImpl.getDeploymentActionResults() |
Constructor and Description |
---|
DeploymentPlanResultImpl(DeploymentPlan plan,
Map<UUID,DeploymentActionResult> results) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.