Interface GroupCommand.SubCommand

Enclosing interface:
GroupCommand

public static interface GroupCommand.SubCommand
  • Method Details

    • getProgram

      String getProgram()
    • getArgs

      List<String> getArgs(int executionNumber)
    • getTimeout

      int getTimeout()
    • toString

      String toString(int executionNumber)