Uses of Interface
org.jboss.as.controller.client.helpers.domain.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 JBoss Application Server Managed Domain.Implementation classes to support the
managed domain convenience API.-
Uses of DeploymentAction in org.jboss.as.controller.client.helpers.domain
Methods in org.jboss.as.controller.client.helpers.domain that return DeploymentActionModifier and TypeMethodDescriptionDeploymentActionResult.getDeploymentAction()Gets the deployment action that lead to this result.DeploymentPlanBuilder.getLastAction()Gets theDeploymentActionmost recently created as a result of builder operations.Methods in org.jboss.as.controller.client.helpers.domain that return types with arguments of type DeploymentActionModifier and TypeMethodDescriptionDeploymentPlan.getDeploymentActions()Gets the list of deploy, replace and undeploy actions that are part of the deployment plan.DeploymentSetPlan.getDeploymentActions()Gets the list of deploy, replace and undeploy actions that are part of the deployment plan. -
Uses of DeploymentAction in org.jboss.as.controller.client.helpers.domain.impl
Classes in org.jboss.as.controller.client.helpers.domain.impl that implement DeploymentActionMethods in org.jboss.as.controller.client.helpers.domain.impl that return DeploymentActionModifier and TypeMethodDescriptionDeploymentPlanImpl.getLastAction()DeploymentSetPlanImpl.getLastAction()Methods in org.jboss.as.controller.client.helpers.domain.impl that return types with arguments of type DeploymentActionModifier and TypeMethodDescriptionDeploymentPlanImpl.getDeploymentActions()DeploymentSetPlanImpl.getDeploymentActions()