| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| 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.
|
Copyright © 2009-2012 SonarSource. All Rights Reserved.