com.atlassian.jira.notification.type.enterprise
Class ComponentLead

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

public class ComponentLead
extends AbstractNotificationType


Constructor Summary
ComponentLead(JiraAuthenticationContext authenticationContext)
           
 
Method Summary
 java.lang.String getDisplayName()
          Text to display for this type, on the "Add Notification" page.
 java.util.List getRecipients(IssueEvent event, java.lang.String argument)
          Who is to be notified of an event.
 
Methods inherited from class com.atlassian.jira.notification.type.AbstractNotificationType
doValidation, getArgumentDisplay, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentLead

public ComponentLead(JiraAuthenticationContext authenticationContext)
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Description copied from interface: NotificationType
Text to display for this type, on the "Add Notification" page.

Returns:
(Internationalized) text to display, eg. "Group".

getRecipients

public java.util.List getRecipients(IssueEvent event,
                                    java.lang.String argument)
Description copied from interface: NotificationType
Who is to be notified of an event.

Parameters:
event - The event, eg. issue created
argument - Configuration from notification scheme, eg. group name, custom field id.
Returns:
A list of NotificationRecipients.


Copyright © 2002-2010 Atlassian. All Rights Reserved.