|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.faban.driver.CustomMetrics.Element
public static class CustomMetrics.Element
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 |
---|
public String description
public String result
public String target
public String allowedDeviation
public Boolean passed
Constructor Detail |
---|
public CustomMetrics.Element()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |