Uses of Interface
org.jboss.as.controller.client.helpers.domain.DeploymentSetPlan
-
Packages that use DeploymentSetPlan 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 DeploymentSetPlan in org.jboss.as.controller.client.helpers.domain
Methods in org.jboss.as.controller.client.helpers.domain that return DeploymentSetPlan Modifier and Type Method Description DeploymentSetPlanDeploymentSetPlanResult. getDeploymentSetPlan()Gets the deployment set plan that lead to this result. -
Uses of DeploymentSetPlan in org.jboss.as.controller.client.helpers.domain.impl
Classes in org.jboss.as.controller.client.helpers.domain.impl that implement DeploymentSetPlan Modifier and Type Class Description classDeploymentSetPlanImplTODO get rid of this class and put all logic in DeploymentPlanImpl
-