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

Packages that use NotificationChannel
org.sonar.api.notifications   
 

Uses of NotificationChannel in org.sonar.api.notifications
 

Methods in org.sonar.api.notifications that return types with arguments of type NotificationChannel
 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.
 

Methods in org.sonar.api.notifications with parameters of type NotificationChannel
 void NotificationDispatcher.Context.addUser(String userLogin, NotificationChannel notificationChannel)
          Adds a user that will be notified through the given notification channel.
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.