|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageHandler | |
|---|---|
| com.atlassian.jira.service.services.file | |
| com.atlassian.jira.service.util.handler | |
| Uses of MessageHandler in com.atlassian.jira.service.services.file |
|---|
| Fields in com.atlassian.jira.service.services.file declared as MessageHandler | |
|---|---|
protected MessageHandler |
AbstractMessageHandlingService.handler
This field is volatile to ensure that the handler is "safely published". |
| Methods in com.atlassian.jira.service.services.file that return MessageHandler | |
|---|---|
protected MessageHandler |
AbstractMessageHandlingService.getHandler()
|
| Uses of MessageHandler in com.atlassian.jira.service.util.handler |
|---|
| Classes in com.atlassian.jira.service.util.handler that implement MessageHandler | |
|---|---|
class |
AbstractCommentHandler
|
class |
AbstractMessageHandler
An AbstractMessageHandler that stores the parameter map. |
class |
CreateIssueHandler
A message handler to create a new issue from an incoming message. |
class |
CreateOrCommentHandler
A message handler to create a new issue, or add a comment to an existing issue, from an incoming message. |
class |
CVSLogHandler
|
class |
FullCommentHandler
|
class |
NonQuotedCommentHandler
This handler adds the body of the email as a comment, using the subject to determine which issue to add the comment to. |
class |
RegexCommentHandler
|
| Methods in com.atlassian.jira.service.util.handler that return MessageHandler | |
|---|---|
static MessageHandler |
HandlerFactory.getHandler(String clazz)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||