Package org.jboss.as.test.shared
Interface ManagementServerSetupTask.CommandSet<B>
- All Known Subinterfaces:
ManagementServerSetupTask.BatchBuilder,ManagementServerSetupTask.ScriptBuilder
- Enclosing class:
- ManagementServerSetupTask
public static interface ManagementServerSetupTask.CommandSet<B>
-
Method Summary
-
Method Details
-
add
Adds the specified command to the associated set.- Parameters:
command- a CLI command- Returns:
- a reference to this builder
-
add
Adds the specified parameterized command to the associated set.- Parameters:
command- a CLI command- Returns:
- a reference to this builder
-