@Log
public abstract static class JiraTrigger.JiraTriggerDescriptor
extends hudson.triggers.TriggerDescriptor
implements groovy.lang.GroovyObject
Modifier and Type | Field and Description |
---|---|
protected jenkins.model.Jenkins |
jenkins |
protected JiraClient |
jiraClient |
protected ParameterResolver |
parameterResolver |
Constructor and Description |
---|
JiraTriggerDescriptor() |
Modifier and Type | Method and Description |
---|---|
protected void |
addTrigger(JiraTrigger jiraTrigger) |
java.util.List<JiraTrigger> |
allTriggers() |
groovy.lang.MetaClass |
getMetaClass() |
java.util.List<ParameterMapping.ParameterMappingDescriptor> |
getParameterMappingDescriptors() |
java.lang.Object |
getProperty(java.lang.String property) |
java.lang.Object |
invokeMethod(java.lang.String method,
java.lang.Object arguments) |
boolean |
isApplicable(hudson.model.Item item) |
protected void |
removeTrigger(JiraTrigger jiraTrigger) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(java.lang.String property,
java.lang.Object value) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
@Inject protected jenkins.model.Jenkins jenkins
@Inject protected JiraClient jiraClient
@Inject protected ParameterResolver parameterResolver
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
public boolean isApplicable(hudson.model.Item item)
isApplicable
in class hudson.triggers.TriggerDescriptor
public java.util.List<ParameterMapping.ParameterMappingDescriptor> getParameterMappingDescriptors()
protected void addTrigger(JiraTrigger jiraTrigger)
protected void removeTrigger(JiraTrigger jiraTrigger)
public java.util.List<JiraTrigger> allTriggers()