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

Packages that use Notification
org.sonar.api.notifications   
org.sonar.core.notification   
org.sonar.plugins.emailnotifications   
org.sonar.plugins.emailnotifications.api   
org.sonar.plugins.emailnotifications.reviews   
 

Uses of Notification in org.sonar.api.notifications
 

Methods in org.sonar.api.notifications that return Notification
 Notification Notification.setFieldValue(String field, String value)
           
 

Methods in org.sonar.api.notifications with parameters of type Notification
abstract  void NotificationChannel.deliver(Notification notification, String username)
           
abstract  void NotificationDispatcher.dispatch(Notification notification, NotificationDispatcher.Context context)
           
 void NotificationManager.scheduleForSending(Notification notification)
           
 

Uses of Notification in org.sonar.core.notification
 

Methods in org.sonar.core.notification that return Notification
 Notification NotificationQueueElement.getNotification()
           
 

Methods in org.sonar.core.notification with parameters of type Notification
 void DefaultNotificationManager.scheduleForSending(Notification notification)
           
 void NotificationQueueElement.setNotification(Notification notification)
           
 

Uses of Notification in org.sonar.plugins.emailnotifications
 

Methods in org.sonar.plugins.emailnotifications with parameters of type Notification
 void EmailNotificationChannel.deliver(Notification notification, String username)
           
 

Uses of Notification in org.sonar.plugins.emailnotifications.api
 

Methods in org.sonar.plugins.emailnotifications.api with parameters of type Notification
abstract  EmailMessage EmailTemplate.format(Notification notification)
           
 

Uses of Notification in org.sonar.plugins.emailnotifications.reviews
 

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



Copyright © 2009-2012 SonarSource. All Rights Reserved.