com.atlassian.jira.mail
Class JiraMailThreader

java.lang.Object
  extended by 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.


Constructor Summary
JiraMailThreader(Long eventTypeId, Long issueId)
          Constructor
 
Method Summary
 void storeSentEmail(com.atlassian.mail.Email email)
           
 void threadEmail(com.atlassian.mail.Email email)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraMailThreader

public JiraMailThreader(Long eventTypeId,
                        Long issueId)
Constructor

Parameters:
eventTypeId - the event type ID
issueId - the issue id - the subject of the emails.
Method Detail

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-2007 Atlassian. All Rights Reserved.