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
,com.atlassian.mail.queue.MailQueueItem
,Serializable
,Comparable<com.atlassian.mail.queue.MailQueueItem>
@Deprecated(forRemoval=true,
since="9.4")
public class NonUserMailNotificationQueueItem
extends AbstractMailNotificationQueueItem
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4
Handles mail notifications to be sent to non-Confluence users, i.e. plain email addresses
- See Also:
-
DispatchService
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
AbstractMailNotificationQueueItem.EncodeUtil
-
Field Summary
Fields inherited from class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
body, dateQueued, MIME_TYPE_HTML, MIME_TYPE_TEXT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.atlassian.mail.Email
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
addUtilsToContext, addVelocityContextParam, clearContext, compareTo, execute, getBody, getDateQueued, getLastError, getRenderedContent, getRenderedContent, getSendCount, getSubject, getTemplateContent, getTemplateFileName, getTemplateLocation, getVelocityContextParam, hasError, incrementSendCount, isRecognisedMimeType, preRenderBody, removeVelocityContextParam, renderTemplate, retrieveMailServer, send, setBody, setLastError, setSubject, setTemplateContent, setTemplateFileName, setTemplateLocation, transformForEmail
-
Constructor Details
-
Method Details
-
createMailObject
protected com.atlassian.mail.Email createMailObject()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
createMailObject
in classAbstractMailNotificationQueueItem
-