| Package | Description |
|---|---|
| org.jboss.as.controller.client.helpers.standalone |
Convenience API built on top of the
core management API
to make it easier to perform common management tasks against a single standalone JBoss Application Server instance. |
| org.jboss.as.controller.client.helpers.standalone.impl |
Implementation classes to support the
standalone server convenience API. |
| Modifier and Type | Method and Description |
|---|---|
DeploymentAction |
DeploymentPlanBuilder.getLastAction()
Gets the
DeploymentAction most recently created as a result of
builder operations. |
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentAction> |
DeploymentPlanBuilder.getDeploymentActions()
Gets the list of
DeploymentActions created as a recent of
builder operations, in order of when they were created. |
List<DeploymentAction> |
DeploymentPlan.getDeploymentActions()
Gets the list of deployment actions that are part of the deployment plan,
in the order in which they were added to the plan.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentActionImpl
Implementation of
DeploymentAction. |
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentAction> |
DeploymentPlanImpl.getDeploymentActions() |
Copyright © 2016 JBoss by Red Hat. All rights reserved.