Uses of Interface
org.sonar.api.notifications.NotificationManager

Packages that use NotificationManager
org.sonar.core.notification   
org.sonar.plugins.core.sensors   
org.sonar.plugins.core.timemachine   
org.sonar.server.notifications.reviews   
 

Uses of NotificationManager in org.sonar.core.notification
 

Classes in org.sonar.core.notification that implement NotificationManager
 class DefaultNotificationManager
           
 

Uses of NotificationManager in org.sonar.plugins.core.sensors
 

Constructors in org.sonar.plugins.core.sensors with parameters of type NotificationManager
ReviewNotifications(NotificationManager notificationManager, UserFinder userFinder)
           
 

Uses of NotificationManager in org.sonar.plugins.core.timemachine
 

Constructors in org.sonar.plugins.core.timemachine with parameters of type NotificationManager
NewViolationsDecorator(TimeMachineConfiguration timeMachineConfiguration, NotificationManager notificationManager)
           
 

Uses of NotificationManager in org.sonar.server.notifications.reviews
 

Constructors in org.sonar.server.notifications.reviews with parameters of type NotificationManager
ReviewsNotificationManager(NotificationManager notificationManager)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.