Uses of Interface
org.jboss.as.controller.client.helpers.domain.AddDeploymentPlanBuilder
-
Packages that use AddDeploymentPlanBuilder 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. -
-
Uses of AddDeploymentPlanBuilder in org.jboss.as.controller.client.helpers.domain
Methods in org.jboss.as.controller.client.helpers.domain that return AddDeploymentPlanBuilder Modifier and Type Method Description AddDeploymentPlanBuilderDeploymentPlanBuilder. add(File file)Indicates the content of the specified file should be added to the default content repository.AddDeploymentPlanBuilderDeploymentPlanBuilder. add(String uniqueName)Indicates a deployment that has already been added to the deployment content repository should be added to the server groups associated with the currentDeploymentSetPlan.AddDeploymentPlanBuilderDeploymentPlanBuilder. add(String name, File file)Indicates the content of the specified fileL should be added to the default content repository.AddDeploymentPlanBuilderDeploymentPlanBuilder. add(String name, InputStream stream)Indicates the content readable from the specifiedInputStreamshould be added to the default content repository.AddDeploymentPlanBuilderDeploymentPlanBuilder. add(String name, String commonName, InputStream stream)Indicates the content readable from the specifiedInputStreamshould be added to the content repository.AddDeploymentPlanBuilderDeploymentPlanBuilder. add(String name, URL url)Indicates the content at the specified URL should be added to the default content repository.AddDeploymentPlanBuilderDeploymentPlanBuilder. add(URL url)Indicates the content at the specified URL should be added to the default content repository.
-