public abstract class EmailTriggerDescriptor extends hudson.model.Descriptor<EmailTrigger>
Modifier and Type | Field and Description |
---|---|
protected List<String> |
replacesList |
Constructor and Description |
---|
EmailTriggerDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
addTriggerNameToReplace(String triggerName)
You can add the name of a trigger that this trigger should override if both this
and the specified trigger meet the criteria to send an email.
|
boolean |
getDefaultSendToCulprits() |
boolean |
getDefaultSendToDevs() |
boolean |
getDefaultSendToList() |
boolean |
getDefaultSendToRequester() |
List<String> |
getTriggerReplaceList() |
EmailTrigger |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
Default implementation just creates a new instance of the
trigger class and returns that.
|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, 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, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public void addTriggerNameToReplace(String triggerName)
triggerName
- is the name of a trigger that should be deactivated if it is specified.#getTriggerName()
public boolean getDefaultSendToList()
public boolean getDefaultSendToDevs()
public boolean getDefaultSendToRequester()
public boolean getDefaultSendToCulprits()
public EmailTrigger newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
newInstance
in class hudson.model.Descriptor<EmailTrigger>
Copyright © 2004-2013. All Rights Reserved.