Package org.jboss.as.test.shared
Class CLIServerSetupTask.NodeBuilder
java.lang.Object
org.jboss.as.test.shared.CLIServerSetupTask.NodeBuilder
- Enclosing class:
- CLIServerSetupTask
-
Method Summary
Modifier and TypeMethodDescriptionbatch(boolean batch) Configure whether the commands should be run in a batch.parent()Returns a reference to the parent builder to be used for chaining.reloadOnSetup(boolean reloadOnSetup) Configure whether to reload the server after setup if it's in a 'reload-required' state.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.
-
Method Details
-
setup
Adds a single command to be run in setup phase. -
setup
Adds a formatted single command to be run in setup phase. -
teardown
Adds a single command to be run in teardown phase. -
teardown
public CLIServerSetupTask.NodeBuilder teardown(String formatTeardownCommand, Object... formatArguments) Adds a single formatted command to be run in teardown phase. -
batch
Configure whether the commands should be run in a batch. Default configuration is to batch. -
reloadOnSetup
Configure whether to reload the server after setup if it's in a 'reload-required' state. -
reloadOnTearDown
Configure whether to reload the server on teardown if it's in a 'reload-required' state. -
parent
Returns a reference to the parent builder to be used for chaining.
-