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

Definition at line 91 of file MetricDescription.java.

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

91  {
92  this.showSummary = showSummary;
93  }