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

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

Uses of NotificationRecipient in com.atlassian.jira.mail
 

Method parameters in com.atlassian.jira.mail with type arguments of type NotificationRecipient
 void MailingListCompiler.sendLists(Set<NotificationRecipient> recipients, String sender, String senderFrom, Long templateId, String baseUrl, Map<String,Object> contextParams, com.atlassian.mail.MailThreader threader)
          This function works out where the mail message has originated and then sets up the correct parameters.
 

Uses of NotificationRecipient in com.atlassian.jira.notification
 

Methods in com.atlassian.jira.notification that return types with arguments of type NotificationRecipient
 Set<NotificationRecipient> NotificationSchemeManager.getRecipients(IssueEvent event, SchemeEntity notification)
           
 Set<NotificationRecipient> DefaultNotificationSchemeManager.getRecipients(IssueEvent event, SchemeEntity notification)
          Retrieve the set of recipients for the event using the specified notification entity.
 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-2011 Atlassian. All Rights Reserved.