com.atlassian.jira.mail
Class JiraMailThreader
java.lang.Object
com.atlassian.jira.mail.JiraMailThreader
- All Implemented Interfaces:
- com.atlassian.mail.MailThreader
public class JiraMailThreader
- extends Object
- implements com.atlassian.mail.MailThreader
Implementation of MailThreader that stores threads in an OfBiz-mediated database.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JiraMailThreader
public JiraMailThreader(Long eventTypeId,
Long issueId)
- Constructor
- Parameters:
eventTypeId
- the event type IDissueId
- the issue id - the subject of the emails.
threadEmail
public void threadEmail(com.atlassian.mail.Email email)
- Specified by:
threadEmail
in interface com.atlassian.mail.MailThreader
storeSentEmail
public void storeSentEmail(com.atlassian.mail.Email email)
- Specified by:
storeSentEmail
in interface com.atlassian.mail.MailThreader
Copyright © 2002-2011 Atlassian. All Rights Reserved.