public class TopLevelDelegate extends Object implements groovy.lang.GroovyObject
Constructor and Description |
---|
TopLevelDelegate() |
Modifier and Type | Method and Description |
---|---|
void |
description(String description) |
groovy.lang.MetaClass |
getMetaClass() |
protected MetricSet |
getMetricSet() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
Metric |
methodMissing(String name,
Object args) |
Metric |
metric(Class metricClass) |
Metric |
metric(Class metricClass,
groovy.lang.Closure closure) |
Metric |
metric(Class metricClass,
Map properties) |
void |
metricset(String path) |
void |
metricset(String path,
groovy.lang.Closure closure) |
Metric |
propertyMissing(String name) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
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 void metricset(String path)
public void metricset(String path, groovy.lang.Closure closure)
public void description(String description)
protected MetricSet getMetricSet()
Copyright © 2022. All rights reserved.