public class SubscriptionMailQueueItem
extends com.atlassian.mail.queue.AbstractMailQueueItem
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTACHMENTS_MANAGER_KEY |
static String |
USER_KEY_COLUMN_NAME |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<ColumnLayoutItem> |
getColumns(ApplicationUser user) |
String |
getSubject()
This is the subject as displayed in the Mail Queue Admin page when the mail is BEING sent.
|
IssueTableLayoutBean |
getTableLayout(ApplicationUser user) |
int |
hashCode() |
void |
send() |
String |
toString() |
public static final String USER_KEY_COLUMN_NAME
public static final String ATTACHMENTS_MANAGER_KEY
public void send()
throws com.atlassian.mail.MailException
com.atlassian.mail.MailExceptionpublic IssueTableLayoutBean getTableLayout(ApplicationUser user) throws Exception
Exceptionpublic List<ColumnLayoutItem> getColumns(ApplicationUser user) throws Exception
Exceptionpublic String getSubject()
getSubject in interface com.atlassian.mail.queue.MailQueueItemgetSubject in class com.atlassian.mail.queue.AbstractMailQueueItemCopyright © 2002-2015 Atlassian. All Rights Reserved.