Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
void com.griddynamics.jagger.engine.e1.collector.MetricDescription.setDisplayName ( String  displayName)

Setter for metric display name.

Parameters
displayName- display name of the metric. This name will be displayed in WebUI and PDF report

Definition at line 49 of file MetricDescription.java.

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

49  {
50  this.displayName = displayName;
51  }