Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
MetricDescription com.griddynamics.jagger.engine.e1.collector.MetricDescription.plotData ( boolean  plotData)

Setter for metric "plot data" boolean parameter.

Parameters
plotData- set true if you want to save detailed results (metric vs time) to DB and show it in report and WebUI
Returns
this MetricDescription

Definition at line 116 of file MetricDescription.java.

References com.griddynamics.jagger.engine.e1.collector.MetricDescription.plotData.

116  {
117  this.plotData = plotData;
118  return this;
119  }