Uses of Class
org.jboss.as.test.shared.CLIServerSetupTask.NodeBuilder
Packages that use CLIServerSetupTask.NodeBuilder
-
Uses of CLIServerSetupTask.NodeBuilder in org.jboss.as.test.shared
Methods in org.jboss.as.test.shared that return CLIServerSetupTask.NodeBuilderModifier and TypeMethodDescriptionCLIServerSetupTask.NodeBuilder.batch(boolean batch) Configure whether the commands should be run in a batch.Configure commands to be run for a specific node.Configure commands to be run for a group of nodes.CLIServerSetupTask.NodeBuilder.reloadOnSetup(boolean reloadOnSetup) Configure whether to reload the server after setup if it's in a 'reload-required' state.CLIServerSetupTask.NodeBuilder.reloadOnTearDown(boolean reloadOnTearDown) Configure whether to reload the server on teardown if it's in a 'reload-required' state.Adds a single command to be run in setup phase.Adds a formatted single command to be run in setup phase.Adds a single command to be run in teardown phase.Adds a single formatted command to be run in teardown phase.