class MethodResultsNode
Represents a method result node in the hierarchy of metric result nodes
| Type | Name and description |
|---|---|
MetricLevel |
level |
List<MetricResult> |
metricResults |
String |
name |
String |
signature |
| Constructor and description |
|---|
MethodResultsNode
(String name) |
MethodResultsNode
(String name, String signature) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
addMetricResult(MetricResult metricResult) |
|
boolean |
containsClassResults() |
|
Map |
getChildren() |
|
MetricResult |
getMetricResult(Metric metric) |
|
String |
toString() |
Groovy Documentation