public class Tagger extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
Tagger(PluginConfiguration pluginConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
Object |
addIssues(Object args) |
Object |
addTagOrIssue(String type,
Object args) |
Object |
addTags(String type,
Object... args) |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
Object |
invokeMethod(String methodName,
Object args) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
public Tagger(PluginConfiguration pluginConfiguration)
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String methodName, Object args)
invokeMethod in interface groovy.lang.GroovyObjectCopyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.