Uses of Class
org.sonar.api.notifications.Notification

Packages that use Notification
org.sonar.api.notifications   
 

Uses of Notification in org.sonar.api.notifications
 

Methods in org.sonar.api.notifications that return Notification
 Notification Notification.setFieldValue(String field, String value)
          Adds a field (kind of property) to the notification
 

Methods in org.sonar.api.notifications with parameters of type Notification
abstract  void NotificationChannel.deliver(Notification notification, String userlogin)
          Implements the delivery of the given notification to the given user.
abstract  void NotificationDispatcher.dispatch(Notification notification, NotificationDispatcher.Context context)
           Implements the logic that defines which users will receive the notification.
 void NotificationManager.scheduleForSending(Notification notification)
          Receives a notification and stores it so that it is processed by the notification service.
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.