Uses of Interface
org.jboss.as.controller.client.helpers.domain.RollbackDeploymentPlanBuilder
-
Packages that use RollbackDeploymentPlanBuilder 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 RollbackDeploymentPlanBuilder in org.jboss.as.controller.client.helpers.domain
Methods in org.jboss.as.controller.client.helpers.domain that return RollbackDeploymentPlanBuilder Modifier and Type Method Description RollbackDeploymentPlanBuilderServerGroupDeploymentPlanBuilder. withRollback()Indicates that alldeploy,undeployorreplaceoperations associated with the deployment set should be rolled back on all servers in the current server group in case of a failure in any of them.
-