Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
static Builder com.griddynamics.jagger.user.test.configurations.limits.JLimitVsRefValue.builder ( JMetricName  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 54 of file JLimitVsRefValue.java.

References com.griddynamics.jagger.user.test.configurations.limits.auxiliary.JMetricName.transformToString().

54  {
55  return new Builder(metricId.transformToString(), refValue);
56  }

Here is the call graph for this function: