public static class CustomMetrics.Element extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Element() |
public String description
public String result
public String target
public String allowedDeviation
public Boolean passed