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.MailException
public IssueTableLayoutBean getTableLayout(ApplicationUser user) throws Exception
Exception
public List<ColumnLayoutItem> getColumns(ApplicationUser user) throws Exception
Exception
public String getSubject()
getSubject
in interface com.atlassian.mail.queue.MailQueueItem
getSubject
in class com.atlassian.mail.queue.AbstractMailQueueItem
Copyright © 2002-2015 Atlassian. All Rights Reserved.