Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
static Builder com.griddynamics.jagger.user.test.configurations.limits.JLimitVsRefValue.builder ( String  metricId,
RefValue  refValue 
)
static

Builder for JLimit to compare with the reference value.

Parameters
metricIdunique id of a metric
refValuethe for comparison.
Returns
builder for JLimit.

Definition at line 29 of file JLimitVsRefValue.java.

Referenced by JLoadScenarioProvider.exampleJaggerLoadScenario().

29  {
30  return new Builder(metricId, refValue);
31  }

Here is the caller graph for this function: