com.atlassian.jira.notification.type
Class RemoteUser
java.lang.Object
com.atlassian.jira.notification.type.AbstractNotificationType
com.atlassian.jira.notification.type.RemoteUser
- All Implemented Interfaces:
- NotificationType
public class RemoteUser
- extends AbstractNotificationType
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteUser
public RemoteUser(JiraAuthenticationContext jiraAuthenticationContext)
getRecipients
public List getRecipients(IssueEvent event,
String argument)
- Description copied from interface:
NotificationType
- Who is to be notified of an event.
- Parameters:
event
- The event, eg. issue createdargument
- Configuration from notification scheme, eg. group name, custom field id.
- Returns:
- A list of
NotificationRecipient
s.
getDisplayName
public 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".
Copyright © 2002-2012 Atlassian. All Rights Reserved.