Uses of Interface
org.jboss.as.controller.client.helpers.standalone.DeploymentAction
Packages that use DeploymentAction
Package
Description
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.Implementation classes to support the
standalone 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 DeploymentActionModifier and TypeMethodDescriptionDeploymentPlanBuilder.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 DeploymentActionModifier and TypeMethodDescriptionDeploymentPlan.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.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 DeploymentActionMethods in org.jboss.as.controller.client.helpers.standalone.impl that return types with arguments of type DeploymentAction