Modifier and Type | Method and Description |
---|---|
UndeployDescription |
UndeployDescription.addServerGroup(String serverGroup)
Adds a server group for the deployment description.
|
UndeployDescription |
UndeployDescription.addServerGroups(Collection<String> serverGroups)
Adds the server groups for the deployment description.
|
UndeployDescription |
UndeployDescription.addServerGroups(String... serverGroups)
Adds the server groups for the deployment description.
|
static UndeployDescription |
UndeployDescription.of(DeploymentDescription deploymentDescription)
Creates a new undeploy description.
|
static UndeployDescription |
UndeployDescription.of(String name)
Creates a new undeploy description.
|
UndeployDescription |
UndeployDescription.setFailOnMissing(boolean failOnMissing)
Sets whether or not a failure should occur if the deployment does exist on the container.
|
UndeployDescription |
UndeployDescription.setRemoveContent(boolean removeContent)
Sets whether or not the content should be removed after the
undeploy operation. |
Modifier and Type | Method and Description |
---|---|
int |
UndeployDescription.compareTo(UndeployDescription o) |
static org.jboss.as.controller.client.Operation |
DeploymentOperations.createUndeployOperation(UndeployDescription undeployDescription)
Creates an undeploy operation.
|
DeploymentResult |
DeploymentManager.undeploy(UndeployDescription undeployDescription)
Undeploys the deployment from the server.
|
Modifier and Type | Method and Description |
---|---|
static org.jboss.as.controller.client.Operation |
DeploymentOperations.createUndeployOperation(Set<UndeployDescription> undeployDescriptions)
Creates an undeploy operation for each deployment description.
|
DeploymentResult |
DeploymentManager.undeploy(Set<UndeployDescription> undeployDescriptions)
Undeploys the deployment from the server.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.