class PackageResultsNode
Represents a package node in the hierarchy of metric result nodes
| Type | Name and description |
|---|---|
MetricLevel |
level |
List<MetricResult> |
metricResults |
String |
name |
String |
packageName |
String |
path |
| Constructor and description |
|---|
PackageResultsNode
(String name, String packageName, String path) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
addChild(String name, ResultsNode child) |
|
void |
addChildIfNotEmpty(String name, ResultsNode child) |
|
void |
applyMetric(Metric metric) |
|
boolean |
containsClassResults() |
|
Map<String, ResultsNode> |
getChildren() |
|
MetricResult |
getMetricResult(Metric metric) |
|
String |
toString() |
Groovy Documentation