com.atlassian.jira.notification
Interface NotificationType

All Known Implementing Classes:
AbstractNotificationType, AllWatchers, CurrentAssignee, CurrentReporter, ErrorNotificationType, GroupDropdown, ProjectLead, RemoteUser, SingleEmailAddress, SingleUser

public interface NotificationType


Method Summary
 boolean doValidation(java.lang.String key, java.util.Map parameters)
           
 java.lang.String getDisplayName()
           
 com.opensymphony.user.User getPreviousAssignee(IssueEvent event)
           
 java.util.List getRecipients(IssueEvent event, java.lang.String argument)
           
 java.lang.String getType()
           
 

Method Detail

getRecipients

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

getDisplayName

java.lang.String getDisplayName()

getType

java.lang.String getType()

doValidation

boolean doValidation(java.lang.String key,
                     java.util.Map parameters)

getPreviousAssignee

com.opensymphony.user.User getPreviousAssignee(IssueEvent event)


Copyright © 2002-2006 Atlassian. All Rights Reserved.