class MutableMapMetricResult
A MetricResult for arbitrary values, backed by a mutable Map.
Type | Name and description |
---|---|
int |
count |
Integer |
lineNumber |
def |
map |
Metric |
metric |
MetricLevel |
metricLevel |
Constructor and description |
---|
MutableMapMetricResult
(Metric metric, MetricLevel metricLevel, Map<String, Object> map) Construct a new instance |
Construct a new instance
metric
- - the Metric to which this result appliesmetricLevel
- - the metric level for this resultmap
- - the Map of metric result valuesGroovy Documentation