Uses of Interface
org.jboss.as.controller.client.helpers.domain.DeploymentAction
-
Packages that use DeploymentAction Package Description org.jboss.as.controller.client.helpers.domain Convenience API built on top of thecore management APIto 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 themanaged 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 DeploymentAction Modifier and Type Method Description DeploymentActionDeploymentActionResult. getDeploymentAction()Gets the deployment action that lead to this result.DeploymentActionDeploymentPlanBuilder. 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 DeploymentAction Modifier and Type Method 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. -
Uses of DeploymentAction in org.jboss.as.controller.client.helpers.domain.impl
Classes in org.jboss.as.controller.client.helpers.domain.impl that implement DeploymentAction Modifier and Type Class Description classDeploymentActionImplImplementation ofDeploymentAction.Methods in org.jboss.as.controller.client.helpers.domain.impl that return DeploymentAction Modifier and Type Method Description DeploymentActionDeploymentPlanImpl. getLastAction()DeploymentActionDeploymentSetPlanImpl. getLastAction()Methods in org.jboss.as.controller.client.helpers.domain.impl that return types with arguments of type DeploymentAction Modifier and Type Method Description List<DeploymentAction>DeploymentPlanImpl. getDeploymentActions()List<DeploymentAction>DeploymentSetPlanImpl. getDeploymentActions()
-