|
||||||||||
| 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.CreateOrCommentHandler
public class CreateOrCommentHandler
A message handler to create a new issue, or add a comment to an existing issue, from an incoming message. If the subject contains a project key the message is added as a comment to that issue. If no project key is found, a new issue is created in the default project.
| Field Summary | |
|---|---|
String |
issueType
Default type for new issues. |
String |
projectKey
Default project where new issues are created. |
String |
stripquotes
If set (to anything except "false"), quoted text is removed from comments. |
| Fields inherited from class com.atlassian.jira.service.util.handler.AbstractMessageHandler |
|---|
applicationProperties, bulk, catchEmail, commentManager, CONTENT_TYPE_TEXT, createUsers, deleteEmail, HEADER_IN_REPLY_TO, HEADER_MESSAGE_ID, issueFactory, KEY_BULK, KEY_CATCHEMAIL, KEY_CREATEUSERS, KEY_FINGER_PRINT, KEY_NOTIFYUSERS, KEY_REPORTER, notifyUsers, params, reporteruserName |
| Constructor Summary | |
|---|---|
CreateOrCommentHandler()
|
|
| Method Summary | |
|---|---|
protected boolean |
attachHtmlParts(javax.mail.Part part)
Comments never wish to keep html parts that are not attachments as they extract the plain text part and use that as the content. |
protected boolean |
attachPlainTextParts(javax.mail.Part part)
Plain text parts must be kept if they are not empty. |
boolean |
handleMessage(javax.mail.Message message)
Perform the specific work of this handler for the given message. |
void |
init(Map params)
Will be called before any messages are to be handled. |
| Methods inherited from class com.atlassian.jira.service.util.handler.AbstractMessageHandler |
|---|
addError, addError, addErrorAndReturnFalse, addErrorAndReturnFalse, attachAttachmentsParts, attachInlineParts, attachMessagePart, attachRelatedPart, canHandleMessage, createAttachmentsForMessage, createAttachmentWithPart, createUserForReporter, findUserByEmail, findUserByUsername, getAssociatedIssue, getErrorHandler, getFileFromPart, getFilenameForAttachment, getI18nBean, getPrecedenceHeader, getReporter, isAutoSubmitted, isDeliveryStatus, recordMessageId, renameFileIfInvalid, setErrorHandler, shouldAttach |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String projectKey
public String issueType
public String stripquotes
| Constructor Detail |
|---|
public CreateOrCommentHandler()
| Method Detail |
|---|
public void init(Map params)
MessageHandler
init in interface MessageHandlerinit in class AbstractMessageHandlerparams - configuration.
public boolean handleMessage(javax.mail.Message message)
throws javax.mail.MessagingException
AbstractMessageHandler
handleMessage in interface MessageHandlerhandleMessage in class AbstractMessageHandlermessage - the message to check for handling.
javax.mail.MessagingException - if anything went wrong.
protected boolean attachPlainTextParts(javax.mail.Part part)
throws javax.mail.MessagingException,
IOException
attachPlainTextParts in class AbstractMessageHandlerpart - The plain text part being tested.
javax.mail.MessagingException - if javamail complains
IOException - if javamail complains
protected boolean attachHtmlParts(javax.mail.Part part)
throws javax.mail.MessagingException,
IOException
attachHtmlParts in class AbstractMessageHandlerpart - The html part being processed
javax.mail.MessagingException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||