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

Getter for metric "show summary" boolean parameter.

Returns
true if necessary to save summary value to DB and show it in report and WebUI

Definition at line 86 of file MetricDescription.java.

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

86  {
87  return showSummary;
88  }