com.sun.faban.driver
Class CustomMetrics.Element

java.lang.Object
  extended by com.sun.faban.driver.CustomMetrics.Element
Enclosing interface:
CustomMetrics

public static class CustomMetrics.Element
extends Object

The custom metric element needed by the reporter.


Field Summary
 String allowedDeviation
          The allowed deviation, if any.
 String description
          The description as shown in the summary report.
 Boolean passed
          Whether this metric element passed or failed.
 String result
          The results, formatted as supposed to be shown.
 String target
          The targets, if any.
 
Constructor Summary
CustomMetrics.Element()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

public String description
The description as shown in the summary report.


result

public String result
The results, formatted as supposed to be shown.


target

public String target
The targets, if any. Must be formatted as supposed to be shown


allowedDeviation

public String allowedDeviation
The allowed deviation, if any. Formatted.


passed

public Boolean passed
Whether this metric element passed or failed. Null if not checked

Constructor Detail

CustomMetrics.Element

public CustomMetrics.Element()