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.MailQueueItem
getSubject
in class com.atlassian.mail.queue.AbstractMailQueueItem
public void send() throws com.atlassian.mail.MailException
com.atlassian.mail.MailException
protected com.atlassian.mail.queue.MailQueue getMailQueue()
Copyright © 2002-2022 Atlassian. All Rights Reserved.