com.atlassian.confluence.mail.template
Class NonUserMailNotificationQueueItem
java.lang.Object
com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
com.atlassian.confluence.mail.template.NonUserMailNotificationQueueItem
- All Implemented Interfaces:
- com.atlassian.core.task.Task, MailQueueItem, Serializable
public class NonUserMailNotificationQueueItem
- extends AbstractMailNotificationQueueItem
Handles mail notifications to be sent to non-Confluence users, i.e. plain email addresses
- See Also:
- Serialized Form
Methods inherited from class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem |
addVelocityContextParam, clearContext, execute, getBody, getDateQueued, getLastError, getRenderedContent, getRenderedContent, getSendCount, getSubject, getTemplateContent, getTemplateFileName, getTemplateLocation, getVelocityContextParam, hasError, incrementSendCount, isRecognisedMimeType, preRenderBody, removeVelocityContextParam, retrieveMailServer, send, setBody, setLastError, setSubject, setTemplateContent, setTemplateFileName, setTemplateLocation, transformForEmail |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonUserMailNotificationQueueItem
public NonUserMailNotificationQueueItem(String email,
String templateLocation,
String templateFileName,
String subject,
String mimeType)
createMailObject
protected Email createMailObject()
- Specified by:
createMailObject
in class AbstractMailNotificationQueueItem