Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
static Builder com.griddynamics.jagger.user.test.configurations.JLoadTest.builder ( Id  id,
JTestDefinition  definition,
JLoadProfile  load,
JTerminationCriteria  termination 
)
static

Builder of the JLoadTest.

Parameters
id- Unique id of the test definition
definition- Definition of the load test (sources of the test data and used protocol)
load- Load strategy for this load test (Virtual users, Requests per seconds, etc)
termination- Termination criteria for this load test (when load test should be finished)

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

Definition at line 61 of file JLoadTest.java.

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

61  {
62  return new Builder(id, definition, load, termination);
63  }

Here is the caller graph for this function: