Uses of Interface
org.jboss.as.controller.client.helpers.domain.InitialDeploymentSetBuilder
-
Packages that use InitialDeploymentSetBuilder Package Description org.jboss.as.controller.client.helpers.domain Convenience API built on top of thecore management API
to make it easier to perform common management tasks against a JBoss Application Server Managed Domain.org.jboss.as.controller.client.helpers.domain.impl Implementation classes to support themanaged domain convenience API
. -
-
Uses of InitialDeploymentSetBuilder in org.jboss.as.controller.client.helpers.domain
Subinterfaces of InitialDeploymentSetBuilder in org.jboss.as.controller.client.helpers.domain Modifier and Type Interface Description interface
InitialDeploymentPlanBuilder
Variant of aDeploymentPlanBuilder
that is meant to be used at the initial stages of the building process, when directives that pertain to the entire plan can be applied.Methods in org.jboss.as.controller.client.helpers.domain that return InitialDeploymentSetBuilder Modifier and Type Method Description InitialDeploymentSetBuilder
InitialDeploymentPlanBuilder. withGracefulShutdown(long timeout, TimeUnit timeUnit)
Indicates actions specified subsequent to this call should be organized around a full graceful server shutdown and restart.InitialDeploymentSetBuilder
InitialDeploymentSetBuilder. withGracefulShutdown(long timeout, TimeUnit timeUnit)
Indicates actions specified subsequent to this call should be organized around a full graceful server shutdown and restart.InitialDeploymentSetBuilder
InitialDeploymentPlanBuilder. withoutSingleServerRollback()
Indicates that on a given server alldeploy
,undeploy
orreplace
operations associated with the deployment set should not be rolled back in case of a failure in any of them.InitialDeploymentSetBuilder
InitialDeploymentSetBuilder. withoutSingleServerRollback()
Indicates that on a given server alldeploy
,undeploy
orreplace
operations associated with the deployment set should not be rolled back in case of a failure in any of them.InitialDeploymentSetBuilder
InitialDeploymentPlanBuilder. withRollbackAcrossGroups()
Indicates that the actions in the plan need to be rolled back across any single given server group, then it should be rolled back across all server groups.InitialDeploymentSetBuilder
InitialDeploymentPlanBuilder. withShutdown()
Indicates actions specified subsequent to this call should be organized around a full server restart.InitialDeploymentSetBuilder
InitialDeploymentSetBuilder. withShutdown()
Indicates actions specified subsequent to this call should be organized around a full server restart.InitialDeploymentSetBuilder
InitialDeploymentPlanBuilder. withSingleServerRollback()
Deprecated.single server rollback is the default behavior for a deployment plan and doesn't need to be enabledInitialDeploymentSetBuilder
InitialDeploymentSetBuilder. withSingleServerRollback()
Deprecated.single server rollback is the default behavior for a deployment plan and doesn't need to be enabled -
Uses of InitialDeploymentSetBuilder in org.jboss.as.controller.client.helpers.domain.impl
Classes in org.jboss.as.controller.client.helpers.domain.impl that implement InitialDeploymentSetBuilder Modifier and Type Class Description class
InitialDeploymentSetBuilderImpl
Variant of aDeploymentPlanBuilderImpl
that is meant to be used at the initial stages of the building process, when directives that pertain to the entireDeploymentSetPlan
can be applied.Methods in org.jboss.as.controller.client.helpers.domain.impl that return InitialDeploymentSetBuilder Modifier and Type Method Description InitialDeploymentSetBuilder
InitialDeploymentSetBuilderImpl. withGracefulShutdown(long timeout, TimeUnit timeUnit)
InitialDeploymentSetBuilder
InitialDeploymentSetBuilderImpl. withoutSingleServerRollback()
InitialDeploymentSetBuilder
InitialDeploymentSetBuilderImpl. withShutdown()
InitialDeploymentSetBuilder
InitialDeploymentSetBuilderImpl. withSingleServerRollback()
Deprecated.
-