@Extension
public class JiraTriggerModule
extends com.google.inject.AbstractModule
implements groovy.lang.GroovyObject
Constructor and Description |
---|
JiraTriggerModule() |
Modifier and Type | Method and Description |
---|---|
protected void |
configure() |
groovy.lang.MetaClass |
getMetaClass() |
java.lang.Object |
getProperty(java.lang.String property) |
java.lang.Object |
invokeMethod(java.lang.String method,
java.lang.Object arguments) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(java.lang.String property,
java.lang.Object value) |
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
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 java.lang.Object invokeMethod(java.lang.String method, java.lang.Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public java.lang.Object getProperty(java.lang.String property)
getProperty
in interface groovy.lang.GroovyObject
public void setProperty(java.lang.String property, java.lang.Object value)
setProperty
in interface groovy.lang.GroovyObject
protected void configure()
configure
in class com.google.inject.AbstractModule