public class ComponentLead extends AbstractNotificationType
Constructor and Description |
---|
ComponentLead(JiraAuthenticationContext authenticationContext) |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Text to display for this type, on the "Add Notification" page.
|
List<NotificationRecipient> |
getRecipients(IssueEvent event,
String argument)
Who is to be notified of an event.
|
doValidation, getArgumentDisplay, getArgumentValue, getType
public ComponentLead(JiraAuthenticationContext authenticationContext)
public String getDisplayName()
NotificationType
public List<NotificationRecipient> getRecipients(IssueEvent event, String argument)
NotificationType
event
- The event, eg. issue createdargument
- Configuration from notification scheme, eg. group name, custom field id.NotificationRecipient
s.Copyright © 2002-2015 Atlassian. All Rights Reserved.