Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
void com.griddynamics.jagger.engine.e1.collector.MetricDescription.setPlotData ( 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

Definition at line 102 of file MetricDescription.java.

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

102  {
103  this.plotData = plotData;
104  }