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 |
|---|---|
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()
Copyright © 2002-2023 Atlassian. All Rights Reserved.