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

Setter for metric "show summary" boolean parameter.

Parameters
showSummary- set true if you want to save summary value to DB and show it in report and WebUI
Returns
this MetricDescription

Definition at line 109 of file MetricDescription.java.

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

109  {
110  this.showSummary = showSummary;
111  return this;
112  }