Uses of Class
com.atlassian.jira.notification.NotificationRecipient

Packages that use NotificationRecipient
com.atlassian.jira.notification   
com.atlassian.jira.notification.type   
 

Uses of NotificationRecipient in com.atlassian.jira.notification
 

Methods in com.atlassian.jira.notification that return types with arguments of type NotificationRecipient
 Set<NotificationRecipient> DefaultNotificationSchemeManager.getRecipients(IssueEvent event, SchemeEntity notification)
          Retrieve the set of recipients for the event using the specified notification entity.
 Set<NotificationRecipient> NotificationSchemeManager.getRecipients(IssueEvent event, SchemeEntity notification)
           
 List<NotificationRecipient> NotificationType.getRecipients(IssueEvent event, String argument)
          Who is to be notified of an event.
 

Uses of NotificationRecipient in com.atlassian.jira.notification.type
 

Methods in com.atlassian.jira.notification.type that return types with arguments of type NotificationRecipient
 List<NotificationRecipient> CurrentAssignee.getRecipients(IssueEvent event, String argument)
           
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.