Uses of Interface
org.sonar.api.notifications.NotificationDispatcher.Context

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

Uses of NotificationDispatcher.Context in org.sonar.api.notifications
 

Methods in org.sonar.api.notifications with parameters of type NotificationDispatcher.Context
abstract  void NotificationDispatcher.dispatch(Notification notification, NotificationDispatcher.Context context)
           Implements the logic that defines which users will receive the notification.
 

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

Methods in org.sonar.plugins.emailnotifications.newviolations with parameters of type NotificationDispatcher.Context
 void NewViolationsOnMyFavouriteProject.dispatch(Notification notification, NotificationDispatcher.Context context)
           
 

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

Methods in org.sonar.plugins.emailnotifications.reviews with parameters of type NotificationDispatcher.Context
 void ChangesInReviewAssignedToMeOrCreatedByMe.dispatch(Notification notification, NotificationDispatcher.Context context)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.