Package com.atlassian.jira.mail
Interface MailQueueManager
- All Known Implementing Classes:
MailQueueManagerImpl
public interface MailQueueManager
Provides access to mail queue and includes auditing layer
- Since:
- v8.6
-
Method Details
-
getMailQueue
com.atlassian.mail.queue.MailQueue getMailQueue() -
flush
void flush() -
resendError
void resendError() -
emptyError
void emptyError() -
unstick
void unstick()
-