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

Definition at line 77 of file JLoadProfileInvocation.java.

References com.griddynamics.jagger.user.test.configurations.load.auxiliary.InvocationCount.value(), and com.griddynamics.jagger.user.test.configurations.load.auxiliary.ThreadCount.value().

77  {
78  Objects.requireNonNull(invocationCount);
79  Objects.requireNonNull(threadCount);
80 
81  this.tickInterval = DEFAULT_TICK_INTERVAL;
82  this.periodInSeconds = DEFAULT_PERIOD;
83  this.delayBetweenInvocationsInMilliseconds = DEFAULT_DELAY;
84 
85  this.invocationCount = invocationCount.value();
86  this.threadCount = threadCount.value();
87  }

Here is the call graph for this function: