public interface MailQueueItem extends Comparable<MailQueueItem>
| Modifier and Type | Method and Description |
|---|---|
Date |
getDateQueued() |
int |
getSendCount() |
String |
getSubject() |
boolean |
hasError() |
void |
send()
Attempt to send the mail item.
|
compareTovoid send() throws MailException
MailException - If there is a problem sending the mail itemString getSubject()
Date getDateQueued()
int getSendCount()
boolean hasError()
Copyright © 2018 Atlassian. All rights reserved.