Uses of Interface
org.jboss.as.controller.client.helpers.standalone.DeploymentAction
-
Packages that use DeploymentAction Package Description org.jboss.as.controller.client.helpers.standalone Convenience API built on top of thecore management APIto 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 thestandalone server convenience API. -
-
Uses of DeploymentAction in org.jboss.as.controller.client.helpers.standalone
Methods in org.jboss.as.controller.client.helpers.standalone that return DeploymentAction Modifier and Type Method Description DeploymentActionDeploymentPlanBuilder. getLastAction()Gets theDeploymentActionmost recently created as a result of builder operations.Methods in org.jboss.as.controller.client.helpers.standalone that return types with arguments of type DeploymentAction Modifier and Type Method Description 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.List<DeploymentAction>DeploymentPlanBuilder. getDeploymentActions()Gets the list ofDeploymentActions created as a recent of builder operations, in order of when they were created. -
Uses of DeploymentAction in org.jboss.as.controller.client.helpers.standalone.impl
Classes in org.jboss.as.controller.client.helpers.standalone.impl that implement DeploymentAction Modifier and Type Class Description classDeploymentActionImplImplementation ofDeploymentAction.Methods in org.jboss.as.controller.client.helpers.standalone.impl that return types with arguments of type DeploymentAction Modifier and Type Method Description List<DeploymentAction>DeploymentPlanImpl. getDeploymentActions()
-