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 |
---|---|
DeploymentAction |
DeploymentActionResult.getDeploymentAction()
Gets the deployment action that lead to this result.
|
DeploymentAction |
DeploymentPlanBuilder.getLastAction()
Gets the
DeploymentAction most recently created as a result of
builder operations. |
Modifier and Type | Method and Description |
---|---|
List<DeploymentAction> |
DeploymentPlan.getDeploymentActions()
Gets the list of deploy, replace and undeploy actions that are part
of the deployment plan.
|
List<DeploymentAction> |
DeploymentSetPlan.getDeploymentActions()
Gets the list of deploy, replace and undeploy actions that are part
of the deployment plan.
|
Modifier and Type | Class and Description |
---|---|
class |
DeploymentActionImpl
Implementation of
DeploymentAction . |
Modifier and Type | Method and Description |
---|---|
DeploymentAction |
DeploymentPlanImpl.getLastAction() |
DeploymentAction |
DeploymentSetPlanImpl.getLastAction() |
Modifier and Type | Method and Description |
---|---|
List<DeploymentAction> |
DeploymentPlanImpl.getDeploymentActions() |
List<DeploymentAction> |
DeploymentSetPlanImpl.getDeploymentActions() |
Copyright © 2019 JBoss by Red Hat. All rights reserved.