Package | Description |
---|---|
com.atlassian.jira.service.services.file | |
com.atlassian.jira.service.services.mail | |
com.atlassian.jira.service.util.handler |
Modifier and Type | Method and Description |
---|---|
protected void |
FileService.runImpl(MessageHandlerContext context) |
protected abstract void |
AbstractMessageHandlingService.runImpl(MessageHandlerContext context) |
void |
AbstractMessageHandlingService.setContext(MessageHandlerContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
MailFetcherService.runImpl(MessageHandlerContext context)
Connect to the POP / IMAPemail box and then handle each message.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMessageHandlerContext
This class has been made public only to allow easy unit testing by tests from other packages.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MessageHandler.handleMessage(javax.mail.Message message,
MessageHandlerContext context)
Perform the specific work of this handler for the given message.
|
Copyright © 2002-2016 Atlassian. All Rights Reserved.