class ClassResultsNode
Represents a node in the hierarchy of metric result nodes
Type | Name and description |
---|---|
Map<String, ResultsNode> |
children |
String |
fileName |
String |
filePath |
MetricLevel |
level |
List<MetricResult> |
metricResults |
String |
name |
Constructor and description |
---|
ClassResultsNode
(String name) |
ClassResultsNode
(String name, String fileName, String filePath) |
Type | Name and description |
---|---|
void |
addClassMetricResult(ClassMetricResult classMetricResult) |
boolean |
containsClassResults() |
MetricResult |
getMetricResult(Metric metric) |
String |
toString() |
Groovy Documentation