com.atlassian.jira.notification.type
Class GroupDropdown

java.lang.Object
  extended by com.atlassian.jira.notification.type.AbstractNotificationType
      extended by com.atlassian.jira.notification.type.GroupDropdown
All Implemented Interfaces:
NotificationType

public class GroupDropdown
extends AbstractNotificationType


Constructor Summary
GroupDropdown()
           
 
Method Summary
 boolean doValidation(java.lang.String key, java.util.Map parameters)
           
 java.lang.String getDisplayName()
           
 java.util.List getGroups()
           
 java.util.List getRecipients(IssueEvent event, java.lang.String group)
           
 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

GroupDropdown

public GroupDropdown()
Method Detail

getRecipients

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

getDisplayName

public java.lang.String getDisplayName()

getType

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

getGroups

public java.util.List getGroups()

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-2006 Atlassian. All Rights Reserved.