public abstract class EmailTriggerDescriptor extends Object
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.
|
abstract String |
getHelpText() |
String |
getMailerId()
Get a name that can be used to determine which properties in the jelly script
apply to this trigger.
|
EmailTrigger |
getNewInstance(EmailType type) |
abstract String |
getTriggerName() |
List<String> |
getTriggerReplaceList() |
protected abstract EmailTrigger |
newInstance() |
public abstract String getTriggerName()
public String getMailerId()
public void addTriggerNameToReplace(String triggerName)
triggerName
- is the name of a trigger that should be deactivated if it is specified.getTriggerName()
protected abstract EmailTrigger newInstance()
public EmailTrigger getNewInstance(EmailType type)
public abstract String getHelpText()
Copyright © 2004-2012. All Rights Reserved.