Package cern.jira.emailhandler

Interface Summary
IssueDescriptor Description of an issue in JIRA as it was parsed from an email message.
 

Class Summary
AdvancedCreateIssueHandler A message handler to create a new issue from an incoming message.
AdvancedCreateOrCommentHandler This is the main handler class of the JIRA Advanced Mail Handler.
FullCommentHandler  
IssueDescriptorImpl Implementation of an IssueDescriptor.
MessageParser A class containing some useful method to parse a message.
NonQuotedCommentHandler This handler adds the body of the email as a comment, using the subject to determine which issue to add the comment to.
RegexCommentHandler  
Settings Settings and string constants for the email handler.