Uses of Interface
org.jboss.as.controller.client.helpers.domain.DeploymentPlan
Packages that use DeploymentPlan
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 DeploymentPlan in org.jboss.as.controller.client.helpers.domain
Methods in org.jboss.as.controller.client.helpers.domain that return DeploymentPlanModifier and TypeMethodDescriptionDeploymentPlanBuilder.build()Creates the deployment plan.DeploymentPlanResult.getDeploymentPlan()Gets the deployment plan that lead to this result.Methods in org.jboss.as.controller.client.helpers.domain with parameters of type DeploymentPlanModifier and TypeMethodDescriptionDomainDeploymentManager.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 DeploymentPlanModifier and TypeClassDescriptionclassDescribes 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 DeploymentPlanConstructors in org.jboss.as.controller.client.helpers.domain.impl with parameters of type DeploymentPlanModifierConstructorDescriptionDeploymentPlanResultImpl(DeploymentPlan plan, Map<UUID, DeploymentActionResult> results) DeploymentPlanResultImpl(DeploymentPlan plan, InvalidDeploymentPlanException invalidPlanException)