Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
static Builder com.griddynamics.jagger.user.test.configurations.JParallelTestsGroup.builder ( Id  id,
List< JLoadTest tests 
)
static

Builder of the JParallelTestsGroup
.

Constructor parameters are mandatory for the JParallelTestsGroup. All parameters, set by setters are optional

Parameters
id- Unique id of the parallel test group
tests- List of JLoadTest that should run in parallel. Can contain single or multiple elements

Definition at line 42 of file JParallelTestsGroup.java.

Referenced by JLoadScenarioProvider.exampleJaggerLoadScenario(), and JLoadScenarioProvider.myFirstJaggerLoadScenario().

42  {
43  return new Builder(id, tests);
44  }

Here is the caller graph for this function: