com.atlassian.jira.notification.type
Class SingleUser

java.lang.Object
  extended bycom.atlassian.jira.notification.type.AbstractNotificationType
      extended bycom.atlassian.jira.notification.type.SingleUser
All Implemented Interfaces:
NotificationType

public class SingleUser
extends AbstractNotificationType


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

Constructor Detail

SingleUser

public SingleUser()
Method Detail

getRecipients

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

getDisplayName

public java.lang.String getDisplayName()

getType

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

doValidation

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


Copyright © 2002-2005 Atlassian. All Rights Reserved.