com.atlassian.jira.mail
Class UserMailQueueItem

java.lang.Object
  extended by com.atlassian.mail.queue.AbstractMailQueueItem
      extended by com.atlassian.jira.mail.UserMailQueueItem
All Implemented Interfaces:
com.atlassian.core.task.Task, com.atlassian.mail.queue.MailQueueItem, Serializable

public class UserMailQueueItem
extends com.atlassian.mail.queue.AbstractMailQueueItem

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.mail.queue.AbstractMailQueueItem
mailThreader
 
Constructor Summary
UserMailQueueItem(UserEvent event, String subject, String subjectKey, String template)
           
 
Method Summary
 String getSubjectKey()
           
protected  Map getUserContextParamsBody(UserEvent uEvent)
           
 void send()
           
 String toString()
           
 
Methods inherited from class com.atlassian.mail.queue.AbstractMailQueueItem
execute, getDateQueued, getSendCount, getSubject, hasError, incrementSendCount, setMailThreader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserMailQueueItem

public UserMailQueueItem(UserEvent event,
                         String subject,
                         String subjectKey,
                         String template)
Method Detail

send

public void send()
          throws com.atlassian.mail.MailException
Throws:
com.atlassian.mail.MailException

getSubjectKey

public String getSubjectKey()

toString

public String toString()
Overrides:
toString in class Object

getUserContextParamsBody

protected Map getUserContextParamsBody(UserEvent uEvent)


Copyright © 2002-2010 Atlassian. All Rights Reserved.