Package org.jboss.as.test.shared
Class CLIServerSetupTask.Builder
java.lang.Object
org.jboss.as.test.shared.CLIServerSetupTask.Builder
- Enclosing class:
- CLIServerSetupTask
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConfigure commands to be run for a specific node.Configure commands to be run for a group of nodes.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
node
Configure commands to be run for a specific node. Multiple calls to this method can be made to add more commands.- Parameters:
node- node to run setup and teardown commands on
-
node
Configure commands to be run for a group of nodes. Cannot be called multiple times on nodes that already have some configuration defined. Usenode(String)for node-specific overrides.- Parameters:
nodes- nodes to run setup and teardown commands on
-