public class ProjectLead extends AbstractNotificationType
| Constructor and Description |
|---|
ProjectLead(JiraAuthenticationContext jiraAuthenticationContext) |
| 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, getTypepublic ProjectLead(JiraAuthenticationContext jiraAuthenticationContext)
public List<NotificationRecipient> getRecipients(IssueEvent event, String argument)
NotificationTypeevent - The event, eg. issue createdargument - Configuration from notification scheme, eg. group name, custom field id.NotificationRecipients.public String getDisplayName()
NotificationTypeCopyright © 2002-2017 Atlassian. All Rights Reserved.