public class RemoteUser extends AbstractNotificationType
Constructor and Description |
---|
RemoteUser(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, getType
public RemoteUser(JiraAuthenticationContext jiraAuthenticationContext)
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.public String getDisplayName()
NotificationType
Copyright © 2002-2015 Atlassian. All Rights Reserved.