com.atlassian.jira.service.util.handler
Class FullCommentHandler

java.lang.Object
  extended bycom.atlassian.jira.service.util.handler.AbstractMessageHandler
      extended bycom.atlassian.jira.service.util.handler.AbstractCommentHandler
          extended bycom.atlassian.jira.service.util.handler.FullCommentHandler
All Implemented Interfaces:
MessageHandler

public class FullCommentHandler
extends AbstractCommentHandler


Field Summary
 
Fields inherited from class com.atlassian.jira.service.util.handler.AbstractMessageHandler
catchEmail, createUsers, KEY_CATCHEMAIL, KEY_CREATEUSERS, KEY_REPORTER, params, reporteruserName
 
Constructor Summary
FullCommentHandler()
           
 
Method Summary
protected  java.lang.String getEmailBody(javax.mail.Message message)
          Given a message - this handler will add the entire message body as a comment to the first issue referenced in the subject.
 
Methods inherited from class com.atlassian.jira.service.util.handler.AbstractCommentHandler
handleMessage
 
Methods inherited from class com.atlassian.jira.service.util.handler.AbstractMessageHandler
createAttachmentsForMessage, createAttachmentWithPart, getAssociatedIssue, getFileFromPart, getReporter, init, recordMessageId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FullCommentHandler

public FullCommentHandler()
Method Detail

getEmailBody

protected java.lang.String getEmailBody(javax.mail.Message message)
                                 throws javax.mail.MessagingException
Given a message - this handler will add the entire message body as a comment to the first issue referenced in the subject.

Specified by:
getEmailBody in class AbstractCommentHandler
Throws:
javax.mail.MessagingException


Copyright © 2002-2005 Atlassian. All Rights Reserved.