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

Getter for metric "plot data" boolean parameter.

Returns
true if necessary to save detailed results (metric vs time) to DB and show it in report and WebUI

Definition at line 97 of file MetricDescription.java.

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

97  {
98  return plotData;
99  }