Uses of Interface
org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
Packages that use DeploymentPlanBuilder
Package
Description
Convenience API built on top of the
core management API
to make it easier to perform common management tasks against a single standalone JBoss Application Server instance.-
Uses of DeploymentPlanBuilder in org.jboss.as.controller.client.helpers.standalone
Subinterfaces of DeploymentPlanBuilder in org.jboss.as.controller.client.helpers.standaloneModifier and TypeInterfaceDescriptioninterfaceExtension ofDeploymentPlanBuilderthat exposes directives that are only applicable following anadddirective.interfaceExtension ofDeploymentPlanBuilderthat exposes additional methods meant to be used at the initial stages of the building process, when directives that pertain to the entire plan can be applied.interfaceExtension ofDeploymentPlanBuilderthat exposes directives that are only applicable following areplacedirective.interfaceExtension ofDeploymentPlanBuilderthat exposes directives that are only applicable following anundeploydirective.Methods in org.jboss.as.controller.client.helpers.standalone that return DeploymentPlanBuilderModifier and TypeMethodDescriptionDeploymentPlanBuilder.addContentFileToDeployment(String deploymentName, Map<String, Path> files) Indicates the content readable from the specifiedPathshould be added to the content repository.DeploymentPlanBuilder.addContentToDeployment(String deploymentName, Map<String, InputStream> contents) Indicates the content readable from the specifiedInputStreamshould be added to the content repository.AddDeploymentPlanBuilder.andDeploy()Indicates content that was added via an immediately precedingaddoperation should be deployed.ReplaceDeploymentPlanBuilder.andRemoveUndeployed()Indicates that deployment content that was undeployed via the precedingreplaceaction should be removed from the content repository.UndeployDeploymentPlanBuilder.andRemoveUndeployed()Indicates that deployment content that was undeployed via the precedingundeployaction should be removed from the content repository.Indicates the specified deployment content should be deployed.DeploymentPlanBuilder.explodeDeployment(String deploymentName) Indicates the deployment to be exploded.DeploymentPlanBuilder.explodeDeploymentContent(String deploymentName, String path) Indicates the deployment content to be exploded.Indicates the specified deployment content should be redeployed (i.e.Indicates the specified deployment content should be removed from the content repository.DeploymentPlanBuilder.removeContentFromDeployment(String deploymentName, List<String> paths) Indicates the content readable from the specified targetPath should be removed from the deployment with the specified name.Indicates the content of the specified file should be added to the content repository and replace existing content of the same name.Indicates the content of the specified file should be added to the content repository and replace existing content of the same name.DeploymentPlanBuilder.replace(String name, InputStream stream) Indicates the content readable from the specifiedInputStreamshould be added to the content repository and replace existing content of the same name.DeploymentPlanBuilder.replace(String name, String commonName, InputStream stream) Indicates the content readable from the specifiedInputStreamshould be added to the content repository and replace existing content of the same name.Indicates the content at the specified URL should be added to the content repository and replace existing content of the same name.Indicates the content at the specified URL should be added to the content repository and replace existing content of the same name.InitialDeploymentPlanBuilder.withGracefulShutdown(long timeout, TimeUnit timeUnit) Indicates actions specified subsequent to this call should be organized around a full graceful server shutdown.InitialDeploymentPlanBuilder.withoutRollback()Indicates alldeploy,undeploy,replaceorremoveoperations associated with the deployment plan should not be rolled back in case of a failure in any of them.InitialDeploymentPlanBuilder.withShutdown()Indicates actions specified subsequent to this call should be organized around a full server shutdown.