|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.service.util.handler.AbstractMessageHandler
com.atlassian.jira.service.util.handler.AbstractCommentHandler
cern.jira.emailhandler.FullCommentHandler
public class FullCommentHandler
Field Summary | |
---|---|
private static org.apache.log4j.Category |
log
|
Fields inherited from class com.atlassian.jira.service.util.handler.AbstractMessageHandler |
---|
applicationProperties, bulk, catchEmail, commentManager, CONTENT_TYPE_PKCS7, CONTENT_TYPE_TEXT, createUsers, deleteEmail, issueFactory, KEY_BULK, KEY_CATCHEMAIL, KEY_CREATEUSERS, KEY_NOTIFYUSERS, KEY_REPORTER, notifyUsers, 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 |
---|
getEventTypeId, handleMessage |
Methods inherited from class com.atlassian.jira.service.util.handler.AbstractMessageHandler |
---|
addError, addError, addErrorAndReturnFalse, addErrorAndReturnFalse, canHandleMessage, createAttachmentsForMessage, createAttachmentWithPart, createUserForReporter, getAssociatedIssue, getErrorHandler, getFileFromPart, getI18nBean, getPrecedenceHeader, getReporter, init, recordMessageId, setErrorHandler |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final org.apache.log4j.Category log
Constructor Detail |
---|
public FullCommentHandler()
Method Detail |
---|
protected java.lang.String getEmailBody(javax.mail.Message message) throws javax.mail.MessagingException
getEmailBody
in class com.atlassian.jira.service.util.handler.AbstractCommentHandler
javax.mail.MessagingException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |