Uses of Interface
org.jboss.as.controller.client.helpers.domain.DeploymentPlan
-
Packages that use DeploymentPlan 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 DeploymentPlan in org.jboss.as.controller.client.helpers.domain
Methods in org.jboss.as.controller.client.helpers.domain that return DeploymentPlan Modifier and Type Method Description DeploymentPlanDeploymentPlanBuilder. build()Creates the deployment plan.DeploymentPlanDeploymentPlanResult. getDeploymentPlan()Gets the deployment plan that lead to this result.Methods in org.jboss.as.controller.client.helpers.domain with parameters of type DeploymentPlan Modifier and Type Method Description Future<DeploymentPlanResult>DomainDeploymentManager. execute(DeploymentPlan plan)Execute the deployment plan. -
Uses of DeploymentPlan in org.jboss.as.controller.client.helpers.domain.impl
Classes in org.jboss.as.controller.client.helpers.domain.impl that implement DeploymentPlan Modifier and Type Class Description classDeploymentPlanImplDescribes a set of actions to take to change the deployment content available to deployed in a server group or set of server groups.Methods in org.jboss.as.controller.client.helpers.domain.impl that return DeploymentPlan Modifier and Type Method Description DeploymentPlanDeploymentPlanResultImpl. getDeploymentPlan()Constructors in org.jboss.as.controller.client.helpers.domain.impl with parameters of type DeploymentPlan Constructor Description DeploymentPlanResultImpl(DeploymentPlan plan, Map<UUID,DeploymentActionResult> results)DeploymentPlanResultImpl(DeploymentPlan plan, InvalidDeploymentPlanException invalidPlanException)
-