Uses of Package
org.sonar.api.notifications

Packages that use org.sonar.api.notifications
org.sonar.api.notifications   
org.sonar.core.notification   
org.sonar.plugins.core.sensors   
org.sonar.plugins.core.timemachine   
org.sonar.plugins.emailnotifications   
org.sonar.plugins.emailnotifications.api   
org.sonar.plugins.emailnotifications.newviolations   
org.sonar.plugins.emailnotifications.reviews   
org.sonar.server.notifications   
org.sonar.server.notifications.reviews   
 

Classes in org.sonar.api.notifications used by org.sonar.api.notifications
Notification
           This class represents a notification that will be delivered to users.
NotificationDispatcher.Context
          Additional information related to the notification, which will be used to know who should receive the notification.
 

Classes in org.sonar.api.notifications used by org.sonar.core.notification
Notification
           This class represents a notification that will be delivered to users.
NotificationManager
           The notification manager receives notifications and is in charge of storing them so that they are processed by the notification service.
 

Classes in org.sonar.api.notifications used by org.sonar.plugins.core.sensors
NotificationManager
           The notification manager receives notifications and is in charge of storing them so that they are processed by the notification service.
 

Classes in org.sonar.api.notifications used by org.sonar.plugins.core.timemachine
NotificationManager
           The notification manager receives notifications and is in charge of storing them so that they are processed by the notification service.
 

Classes in org.sonar.api.notifications used by org.sonar.plugins.emailnotifications
Notification
           This class represents a notification that will be delivered to users.
NotificationChannel
           Plugins should extend this class to provide implementation on a specific way to deliver notifications.
 

Classes in org.sonar.api.notifications used by org.sonar.plugins.emailnotifications.api
Notification
           This class represents a notification that will be delivered to users.
 

Classes in org.sonar.api.notifications used by org.sonar.plugins.emailnotifications.newviolations
Notification
           This class represents a notification that will be delivered to users.
NotificationDispatcher
           Plugins should extend this class to provide logic to determine which users are interested in receiving notifications.
NotificationDispatcher.Context
          Additional information related to the notification, which will be used to know who should receive the notification.
 

Classes in org.sonar.api.notifications used by org.sonar.plugins.emailnotifications.reviews
Notification
           This class represents a notification that will be delivered to users.
NotificationDispatcher
           Plugins should extend this class to provide logic to determine which users are interested in receiving notifications.
NotificationDispatcher.Context
          Additional information related to the notification, which will be used to know who should receive the notification.
 

Classes in org.sonar.api.notifications used by org.sonar.server.notifications
NotificationChannel
           Plugins should extend this class to provide implementation on a specific way to deliver notifications.
NotificationDispatcher
           Plugins should extend this class to provide logic to determine which users are interested in receiving notifications.
 

Classes in org.sonar.api.notifications used by org.sonar.server.notifications.reviews
NotificationManager
           The notification manager receives notifications and is in charge of storing them so that they are processed by the notification service.
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.