com.atlassian.jira.event.listeners.mail
Class DebugMailListener

java.lang.Object
  extended by com.atlassian.jira.event.issue.AbstractIssueEventListener
      extended by com.atlassian.jira.event.listeners.mail.MailListener
          extended by com.atlassian.jira.event.listeners.mail.DebugMailListener
All Implemented Interfaces:
IssueEventListener, JiraListener, UserEventListener, java.util.EventListener

public class DebugMailListener
extends MailListener

This listener is used to debug the MailListener.

Basically instead of actually sending an email, it will print the method call

See Also:
MailListener

Constructor Summary
DebugMailListener()
           
 
Method Summary
protected  void sendNotification(IssueEvent event, java.lang.String notificationType, java.lang.String template)
           
 
Methods inherited from class com.atlassian.jira.event.listeners.mail.MailListener
getAcceptedParams, getDescription, init, isInternal, issueAssigned, issueClosed, issueCommented, issueCreated, issueDeleted, issueGenericEvent, issueMoved, issueReopened, issueResolved, issueStarted, issueStopped, issueUpdated, issueWorkLogged, isUnique, sendUserMail, userCreated, userForgotPassword, userForgotUsername, userSignup
 
Methods inherited from class com.atlassian.jira.event.issue.AbstractIssueEventListener
workflowEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.event.issue.IssueEventListener
workflowEvent
 

Constructor Detail

DebugMailListener

public DebugMailListener()
Method Detail

sendNotification

protected void sendNotification(IssueEvent event,
                                java.lang.String notificationType,
                                java.lang.String template)
Overrides:
sendNotification in class MailListener


Copyright © 2002-2006 Atlassian. All Rights Reserved.