-
public class ParallelCommand.ParallelCommandBuilder extends CommandBuilder<ParallelCommand>
-
-
Method Summary
Modifier and Type Method Description ParallelCommand.ParallelCommandBuilder
parallel(Command command)
Add a new command to be executed in parallel. ParallelCommand
build(String name)
Completes the command building. -
-
Method Detail
-
parallel
ParallelCommand.ParallelCommandBuilder parallel(Command command)
Add a new command to be executed in parallel.
- Parameters:
command
- command to be executed in parallel.
-
build
ParallelCommand build(String name)
Completes the command building.
- Parameters:
name
- command name.
-
-
-
-