Uses of Interface
org.jboss.as.controller.client.helpers.domain.DeploymentPlanBuilder
-
Packages that use DeploymentPlanBuilder 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 DeploymentPlanBuilder in org.jboss.as.controller.client.helpers.domain
Subinterfaces of DeploymentPlanBuilder in org.jboss.as.controller.client.helpers.domain Modifier and Type Interface Description interfaceAddDeploymentPlanBuilderVariant of aDeploymentPlanBuilderthat exposes directives that are only applicable following anadddirective.interfaceDeployDeploymentPlanBuilderVariant of aDeploymentPlanBuilderthat exposes directives that are only applicable following adeployorreplacedirective.interfaceDeploymentActionsCompleteBuilderVariant of aDeploymentPlanBuilderthat exposes directives that signal indicate the completion of the phase of establishing the set ofDeploymentActions that comprise aDeploymentSetPlanand the beginning of the phase of specifying how those actions should be applied to server groups.interfaceInitialDeploymentPlanBuilderVariant of aDeploymentPlanBuilderthat is meant to be used at the initial stages of the building process, when directives that pertain to the entire plan can be applied.interfaceInitialDeploymentSetBuilderVariant of aDeploymentPlanBuilderthat is meant to be used at the initial stages of the building process, when directives that pertain to the entire plan can be applied.interfaceRemoveDeploymentPlanBuilderVariant of aDeploymentPlanBuilderthat exposes directives that are only applicable following adeployorreplacedirective.interfaceReplaceDeploymentPlanBuilderVariant of aDeploymentPlanBuilderthat exposes directives that are only applicable following areplacedirective.interfaceRollbackDeploymentPlanBuilderVariant of aDeploymentPlanBuilderthat exposes directives that are only applicable when controlling how to limitrollbackswhen aDeploymentSetPlanis applied to a server groups.interfaceServerGroupDeploymentPlanBuilderVariant of aDeploymentPlanBuilderthat exposes directives that are only applicable when controlling how aDeploymentSetPlanshould be applied to one or more server groups.interfaceUndeployDeploymentPlanBuilderVariant of aDeploymentPlanBuilderthat exposes directives that are only applicable following anundeploydirective.Methods in org.jboss.as.controller.client.helpers.domain that return DeploymentPlanBuilder Modifier and Type Method Description DeploymentPlanBuilderReplaceDeploymentPlanBuilder. andRemoveUndeployed()Indicates that deployment content that was undeployed via the precedingreplaceaction should be removed from the content repository.DeploymentPlanBuilderDeploymentPlanBuilder. redeploy(String deploymentName)Indicates the specified deployment content should be redeployed (i.e. -
Uses of DeploymentPlanBuilder in org.jboss.as.controller.client.helpers.domain.impl
Classes in org.jboss.as.controller.client.helpers.domain.impl that implement DeploymentPlanBuilder Modifier and Type Class Description classInitialDeploymentSetBuilderImplVariant of aDeploymentPlanBuilderImplthat is meant to be used at the initial stages of the building process, when directives that pertain to the entireDeploymentSetPlancan be applied.
-