com.atlassian.jira.notification.type
Class CurrentReporter

java.lang.Object
  |
  +--com.atlassian.jira.notification.type.AbstractNotificationType
        |
        +--com.atlassian.jira.notification.type.CurrentReporter
All Implemented Interfaces:
NotificationType

public class CurrentReporter
extends AbstractNotificationType


Constructor Summary
CurrentReporter()
           
 
Method Summary
 java.lang.String getDisplayName()
           
 java.util.List getRecipients(IssueEvent event, java.lang.String argument)
           
 
Methods inherited from class com.atlassian.jira.notification.type.AbstractNotificationType
doValidation, getPreviousAssignee, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentReporter

public CurrentReporter()
Method Detail

getRecipients

public java.util.List getRecipients(IssueEvent event,
                                    java.lang.String argument)

getDisplayName

public java.lang.String getDisplayName()


Copyright © 2002-2003 Atlassian. All Rights Reserved.