Class CLIServerSetupTask.Builder

java.lang.Object
org.jboss.as.test.shared.CLIServerSetupTask.Builder
Enclosing class:
CLIServerSetupTask

public static class CLIServerSetupTask.Builder extends Object
  • 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

      public CLIServerSetupTask.NodeBuilder node(String... nodes)
      Configure commands to be run for a group of nodes. Cannot be called multiple times on nodes that already have some configuration defined. Use node(String) for node-specific overrides.
      Parameters:
      nodes - nodes to run setup and teardown commands on