com.atlassian.jira.notification.type
Class AbstractNotificationType

java.lang.Object
  extended bycom.atlassian.jira.notification.type.AbstractNotificationType
All Implemented Interfaces:
NotificationType
Direct Known Subclasses:
AllWatchers, CurrentAssignee, CurrentReporter, ErrorNotificationType, GroupDropdown, ProjectLead, RemoteUser, SingleEmailAddress, SingleUser

public abstract class AbstractNotificationType
extends java.lang.Object
implements NotificationType


Constructor Summary
AbstractNotificationType()
           
 
Method Summary
 boolean doValidation(java.lang.String key, java.util.Map parameters)
           
 com.opensymphony.user.User getPreviousAssignee(IssueEvent event)
           
 java.lang.String getType()
           
 
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.notification.NotificationType
getDisplayName, getRecipients
 

Constructor Detail

AbstractNotificationType

public AbstractNotificationType()
Method Detail

getType

public java.lang.String getType()
Specified by:
getType in interface NotificationType

doValidation

public boolean doValidation(java.lang.String key,
                            java.util.Map parameters)
Specified by:
doValidation in interface NotificationType

getPreviousAssignee

public com.opensymphony.user.User getPreviousAssignee(IssueEvent event)
Specified by:
getPreviousAssignee in interface NotificationType


Copyright © 2002-2005 Atlassian. All Rights Reserved.