Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
static Builder com.griddynamics.jagger.user.test.configurations.JTestDefinition.builder ( Id  id,
Iterable  endpointsProvider 
)
static

Builder of the JTestDefinition
.

Parameters
id- Unique id of the test definition
endpointsProvider- Source of the test data: endpoint - where load will be applied

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

Definition at line 71 of file JTestDefinition.java.

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

71  {
72  return new Builder(id, endpointsProvider);
73  }

Here is the caller graph for this function: