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

Packages that use NotificationDispatcher
org.sonar.plugins.emailnotifications.newviolations   
org.sonar.plugins.emailnotifications.reviews   
org.sonar.server.notifications   
 

Uses of NotificationDispatcher in org.sonar.plugins.emailnotifications.newviolations
 

Subclasses of NotificationDispatcher in org.sonar.plugins.emailnotifications.newviolations
 class NewViolationsOnMyFavouriteProject
          This dispatcher means: "notify me when new violations are introduced on projects that I flagged as favourite".
 

Uses of NotificationDispatcher in org.sonar.plugins.emailnotifications.reviews
 

Subclasses of NotificationDispatcher in org.sonar.plugins.emailnotifications.reviews
 class ChangesInReviewAssignedToMeOrCreatedByMe
          This dispatcher means: "notify me when someone changes review assigned to me or created by me".
 

Uses of NotificationDispatcher in org.sonar.server.notifications
 

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

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



Copyright © 2009-2012 SonarSource. All Rights Reserved.