public class MentionMailQueueItem
extends com.atlassian.mail.queue.AbstractMailQueueItem
| Constructor and Description |
|---|
MentionMailQueueItem(ApplicationUser from,
NotificationRecipient recipient,
Map<String,Object> context,
IssueRenderContext issueRenderContext,
RendererManager rendererManager,
com.atlassian.mail.queue.MailQueue mailQueue) |
| Modifier and Type | Method and Description |
|---|---|
protected com.atlassian.mail.queue.MailQueue |
getMailQueue() |
String |
getSubject()
This is the subject as displayed in the Mail Queue Admin page.
|
void |
send() |
public MentionMailQueueItem(ApplicationUser from, NotificationRecipient recipient, Map<String,Object> context, IssueRenderContext issueRenderContext, RendererManager rendererManager, com.atlassian.mail.queue.MailQueue mailQueue)
public String getSubject()
The subject will be displayed in the preference language of the mail recipient once the mail is actually being sent. When the mail is being sent, it is a SingleMailQueueItem.
getSubject in interface com.atlassian.mail.queue.MailQueueItemgetSubject in class com.atlassian.mail.queue.AbstractMailQueueItempublic void send()
throws com.atlassian.mail.MailException
com.atlassian.mail.MailExceptionprotected com.atlassian.mail.queue.MailQueue getMailQueue()
Copyright © 2002-2015 Atlassian. All Rights Reserved.