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.FullCommentHandler
All Implemented Interfaces:
MessageHandler

public class FullCommentHandler
extends AbstractMessageHandler


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
 boolean handleMessage(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.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

handleMessage

public boolean handleMessage(Message message)
                      throws 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:
handleMessage in interface MessageHandler
Specified by:
handleMessage in class AbstractMessageHandler
Throws:
MessagingException