com.atlassian.jira.plugins.mail.handlers
Class AddCommentFromEntireBodyHandler

java.lang.Object
  extended by com.atlassian.jira.plugins.mail.handlers.AbstractPlugableMailHandler
      extended by com.atlassian.jira.plugins.mail.handlers.AddCommentFromEntireBodyHandler
All Implemented Interfaces:
PlugableMailHandler

public class AddCommentFromEntireBodyHandler
extends AbstractPlugableMailHandler


Constructor Summary
AddCommentFromEntireBodyHandler(JiraAuthenticationContext authenticationContext)
           
 
Method Summary
 MessageHandler getMessageHandler()
           
 String getName()
           
 
Methods inherited from class com.atlassian.jira.plugins.mail.handlers.AbstractPlugableMailHandler
getAddActionUrl, getEditActionUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddCommentFromEntireBodyHandler

public AddCommentFromEntireBodyHandler(JiraAuthenticationContext authenticationContext)
Method Detail

getMessageHandler

@Nonnull
public MessageHandler getMessageHandler()

getName

@Nonnull
public String getName()


Copyright © 2002-2011 Atlassian. All Rights Reserved.