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

Builder of the JLoadScenario
.

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

Parameters
id- Unique id of the load scenario
testGroups- List of JParallelTestsGroup to execute

Definition at line 54 of file JLoadScenario.java.

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

54  {
55  return new Builder(id, testGroups);
56  }

Here is the caller graph for this function: