Uses of Interface
com.atlassian.jira.service.util.handler.MessageHandlerContext

Packages that use MessageHandlerContext
com.atlassian.jira.plugins.mail.handlers   
com.atlassian.jira.service.services.file   
com.atlassian.jira.service.services.mail   
com.atlassian.jira.service.util.handler   
 

Uses of MessageHandlerContext in com.atlassian.jira.plugins.mail.handlers
 

Classes in com.atlassian.jira.plugins.mail.handlers that implement MessageHandlerContext
 class DryRunMessageHandlerContext
          The context used in Test mode of MessageHandlers -> when the output from the run is shown back to the user.
 

Methods in com.atlassian.jira.plugins.mail.handlers with parameters of type MessageHandlerContext
 void CreateIssueHandler.addCcWatchersToIssue(javax.mail.Message message, Issue issue, com.atlassian.crowd.embedded.api.User reporter, MessageHandlerContext context, MessageHandlerExecutionMonitor messageHandlerExecutionMonitor)
          Adds all valid users that are in the email to and cc fields as watchers of the issue.
protected  Collection<ChangeItemBean> AbstractMessageHandler.createAttachmentsForMessage(javax.mail.Message message, Issue issue, MessageHandlerContext context)
          Deprecated. Loops through all the Parts, and for each one of type Part.ATTACHMENT, call AbstractMessageHandler.createAttachmentWithPart(javax.mail.Part, com.atlassian.crowd.embedded.api.User, Issue, MessageHandlerContext).
protected  ChangeItemBean AbstractMessageHandler.createAttachmentWithPart(javax.mail.Part part, com.atlassian.crowd.embedded.api.User reporter, Issue issue, MessageHandlerContext context)
          Deprecated. Create an attachment for a particular mime-part.
protected  com.atlassian.crowd.embedded.api.User AbstractMessageHandler.createUserForReporter(javax.mail.Message message, MessageHandlerContext context)
          Deprecated. Tries to create a user using the details provided by the reporter.
protected  com.atlassian.crowd.embedded.api.User AbstractMessageHandler.getReporter(javax.mail.Message message, MessageHandlerContext context)
          Deprecated. Get the reporter from the email address who sent the message, or else create a new user if creating users is set to true, or use the default reporter if one is specified.
 boolean CreateOrCommentHandler.handleMessage(javax.mail.Message message, MessageHandlerContext context)
           
 boolean AbstractCommentHandler.handleMessage(javax.mail.Message message, MessageHandlerContext context)
           
abstract  boolean AbstractMessageHandler.handleMessage(javax.mail.Message message, MessageHandlerContext context)
          Deprecated. Perform the specific work of this handler for the given message.
 boolean CreateIssueHandler.handleMessage(javax.mail.Message message, MessageHandlerContext context)
           
 boolean CVSLogHandler.handleMessage(javax.mail.Message message, MessageHandlerContext context)
           
protected  void AbstractMessageHandler.recordMessageId(String type, javax.mail.Message message, Long issueId, MessageHandlerContext context)
          Deprecated.  
protected  String AbstractMessageHandler.renameFileIfInvalid(String filename, Issue issue, com.atlassian.crowd.embedded.api.User reporter, MessageHandlerContext context)
          Deprecated. Replaces all invalid characters in the filename using FileNameCharacterCheckerUtil.replaceInvalidChars(String, char) with AbstractMessageHandler.INVALID_CHAR_REPLACEMENT as the replacement character.
 

Uses of MessageHandlerContext in com.atlassian.jira.service.services.file
 

Methods in com.atlassian.jira.service.services.file with parameters of type MessageHandlerContext
protected  void FileService.runImpl(MessageHandlerContext context)
           
protected abstract  void AbstractMessageHandlingService.runImpl(MessageHandlerContext context)
           
 void AbstractMessageHandlingService.setContext(MessageHandlerContext context)
           
 

Uses of MessageHandlerContext in com.atlassian.jira.service.services.mail
 

Methods in com.atlassian.jira.service.services.mail with parameters of type MessageHandlerContext
protected  void MailFetcherService.runImpl(MessageHandlerContext context)
          Connect to the POP / IMAPemail box and then handle each message.
 

Uses of MessageHandlerContext in com.atlassian.jira.service.util.handler
 

Classes in com.atlassian.jira.service.util.handler that implement MessageHandlerContext
 class DefaultMessageHandlerContext
          This class has been made public only to allow easy unit testing by tests from other packages.
 

Methods in com.atlassian.jira.service.util.handler with parameters of type MessageHandlerContext
 boolean MessageHandler.handleMessage(javax.mail.Message message, MessageHandlerContext context)
          Perform the specific work of this handler for the given message.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.