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

Packages that use NotificationChannel
org.sonar.plugins.emailnotifications   
org.sonar.server.notifications   
 

Uses of NotificationChannel in org.sonar.plugins.emailnotifications
 

Subclasses of NotificationChannel in org.sonar.plugins.emailnotifications
 class EmailNotificationChannel
          References: Registration of Mail and MIME Header Fields List-Id: A Structured Field and Namespace for the Identification of Mailing Lists GitHub: Threaded Email Notifications
 

Uses of NotificationChannel in org.sonar.server.notifications
 

Methods in org.sonar.server.notifications that return types with arguments of type NotificationChannel
 List<NotificationChannel> NotificationService.getChannels()
           
 

Constructors in org.sonar.server.notifications with parameters of type NotificationChannel
NotificationService(Settings settings, DefaultNotificationManager manager, NotificationDispatcher[] dispatchers, NotificationChannel[] channels)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.