com.atlassian.jira.notification.type
Class SingleEmailAddress

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

public class SingleEmailAddress
extends AbstractNotificationType


Constructor Summary
SingleEmailAddress()
           
 
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 emailAddress)
           
 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

SingleEmailAddress

public SingleEmailAddress()
Method Detail

getRecipients

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

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.