Uses of Class
org.wildfly.plugin.core.UndeployDescription
-
-
Uses of UndeployDescription in org.wildfly.plugin.core
Methods in org.wildfly.plugin.core that return UndeployDescription Modifier and Type Method Description UndeployDescription
UndeployDescription. addServerGroup(String serverGroup)
Deprecated, for removal: This API element is subject to removal in a future version.Adds a server group for the deployment description.UndeployDescription
UndeployDescription. addServerGroups(String... serverGroups)
Deprecated, for removal: This API element is subject to removal in a future version.Adds the server groups for the deployment description.UndeployDescription
UndeployDescription. addServerGroups(Collection<String> serverGroups)
Deprecated, for removal: This API element is subject to removal in a future version.Adds the server groups for the deployment description.static UndeployDescription
UndeployDescription. of(String name)
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new undeploy description.static UndeployDescription
UndeployDescription. of(DeploymentDescription deploymentDescription)
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new undeploy description.UndeployDescription
UndeployDescription. setFailOnMissing(boolean failOnMissing)
Deprecated, for removal: This API element is subject to removal in a future version.Sets whether or not a failure should occur if the deployment does exist on the container.UndeployDescription
UndeployDescription. setRemoveContent(boolean removeContent)
Deprecated, for removal: This API element is subject to removal in a future version.Sets whether or not the content should be removed after theundeploy
operation.Methods in org.wildfly.plugin.core with parameters of type UndeployDescription Modifier and Type Method Description int
UndeployDescription. compareTo(UndeployDescription o)
Deprecated, for removal: This API element is subject to removal in a future version.static org.jboss.as.controller.client.Operation
DeploymentOperations. createUndeployOperation(UndeployDescription undeployDescription)
Deprecated, for removal: This API element is subject to removal in a future version.Creates an undeploy operation.DeploymentResult
DeploymentManager. undeploy(UndeployDescription undeployDescription)
Deprecated, for removal: This API element is subject to removal in a future version.Undeploys the deployment from the server.Method parameters in org.wildfly.plugin.core with type arguments of type UndeployDescription Modifier and Type Method Description static org.jboss.as.controller.client.Operation
DeploymentOperations. createUndeployOperation(Set<UndeployDescription> undeployDescriptions)
Deprecated, for removal: This API element is subject to removal in a future version.Creates an undeploy operation for each deployment description.DeploymentResult
DeploymentManager. undeploy(Set<UndeployDescription> undeployDescriptions)
Deprecated, for removal: This API element is subject to removal in a future version.Undeploys the deployment from the server.
-