Package org.sonar.api.notifications

Interface Summary
NotificationDispatcher.Context Additional information related to the notification, which will be used to know who should receive the notification.
NotificationManager The notification manager receives notifications and is in charge of storing them so that they are processed by the notification service.
 

Class Summary
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.
NotificationDispatcher Plugins should extend this class to provide logic to determine which users are interested in receiving notifications, along with which delivery channels they selected.
NotificationDispatcherMetadata Notification dispatchers (see NotificationDispatcher) can define their own metadata class in order to tell more about them.
 



Copyright © 2009–2015 SonarSource. All rights reserved.