Uses of Class
org.sonar.api.notifications.NotificationDispatcher

Packages that use NotificationDispatcher
org.sonar.api.notifications   
 

Uses of NotificationDispatcher in org.sonar.api.notifications
 

Methods in org.sonar.api.notifications with parameters of type NotificationDispatcher
 com.google.common.collect.Multimap<String,NotificationChannel> NotificationManager.findNotificationSubscribers(NotificationDispatcher dispatcher, String componentKey)
           
 com.google.common.collect.Multimap<String,NotificationChannel> NotificationManager.findSubscribedRecipientsForDispatcher(NotificationDispatcher dispatcher, Integer resourceId)
           Returns the list of users who subscribed to the given dispatcher, along with the notification channels (email, twitter, ...) that they choose for this dispatcher.
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.