Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
static Builder com.griddynamics.jagger.user.test.configurations.load.JLoadProfileInvocation.builder ( InvocationCount  invocationCount,
ThreadCount  threadCount 
)
static

Builder of JLoadProfileInvocation.


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

Parameters
invocationCountthe number of invocation.
threadCountthe number of threads.

Definition at line 62 of file JLoadProfileInvocation.java.

62  {
63  return new Builder(invocationCount, threadCount);
64  }