public class MetricResultBuilder extends Object implements groovy.lang.GroovyObject
Constructor and Description |
---|
MetricResultBuilder() |
Modifier and Type | Method and Description |
---|---|
MetricResult |
createAggregateMetricResult(Collection<MetricResult> children,
Integer lineNumber) |
MetricResult |
createAggregateMetricResult(Collection<MetricResult> children,
Integer lineNumber,
Map<String,Object> overrideValues) |
groovy.lang.MetaClass |
getMetaClass() |
Metric |
getMetric() |
MetricLevel |
getMetricLevel() |
Object |
getProperty(String property) |
int |
getScale() |
Object |
invokeMethod(String method,
Object arguments) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setMetric(Metric value) |
void |
setMetricLevel(MetricLevel value) |
void |
setProperty(String property,
Object value) |
void |
setScale(int value) |
String |
toString() |
public MetricResult createAggregateMetricResult(Collection<MetricResult> children, Integer lineNumber)
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
public Metric getMetric()
public void setMetric(Metric value)
public MetricLevel getMetricLevel()
public void setMetricLevel(MetricLevel value)
public int getScale()
public void setScale(int value)
public MetricResult createAggregateMetricResult(Collection<MetricResult> children, Integer lineNumber, Map<String,Object> overrideValues)
Copyright © 2022. All rights reserved.