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 UndeployDescriptionUndeployDescription. addServerGroup(String serverGroup)Adds a server group for the deployment description.UndeployDescriptionUndeployDescription. addServerGroups(String... serverGroups)Adds the server groups for the deployment description.UndeployDescriptionUndeployDescription. addServerGroups(Collection<String> serverGroups)Adds the server groups for the deployment description.static UndeployDescriptionUndeployDescription. of(String name)Creates a new undeploy description.static UndeployDescriptionUndeployDescription. of(DeploymentDescription deploymentDescription)Creates a new undeploy description.UndeployDescriptionUndeployDescription. setFailOnMissing(boolean failOnMissing)Sets whether or not a failure should occur if the deployment does exist on the container.UndeployDescriptionUndeployDescription. setRemoveContent(boolean removeContent)Sets whether or not the content should be removed after theundeployoperation.Methods in org.wildfly.plugin.core with parameters of type UndeployDescription Modifier and Type Method Description intUndeployDescription. compareTo(UndeployDescription o)static org.jboss.as.controller.client.OperationDeploymentOperations. createUndeployOperation(UndeployDescription undeployDescription)Creates an undeploy operation.DeploymentResultDeploymentManager. undeploy(UndeployDescription undeployDescription)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.OperationDeploymentOperations. createUndeployOperation(Set<UndeployDescription> undeployDescriptions)Creates an undeploy operation for each deployment description.DeploymentResultDeploymentManager. undeploy(Set<UndeployDescription> undeployDescriptions)Undeploys the deployment from the server.
-