Uses of Interface
org.jboss.as.controller.client.helpers.standalone.UndeployDeploymentPlanBuilder
-
Packages that use UndeployDeploymentPlanBuilder Package Description org.jboss.as.controller.client.helpers.standalone Convenience API built on top of thecore management APIto make it easier to perform common management tasks against a single standalone JBoss Application Server instance. -
-
Uses of UndeployDeploymentPlanBuilder in org.jboss.as.controller.client.helpers.standalone
Methods in org.jboss.as.controller.client.helpers.standalone that return UndeployDeploymentPlanBuilder Modifier and Type Method Description UndeployDeploymentPlanBuilderDeploymentPlanBuilder. undeploy(String deploymentName)Indicates the specified deployment content should be undeployed.
-