org.sonar.server.notifications.reviews
Class ReviewsNotificationManager

java.lang.Object
  extended by org.sonar.server.notifications.reviews.ReviewsNotificationManager
All Implemented Interfaces:
ServerComponent

public class ReviewsNotificationManager
extends Object
implements ServerComponent

Since:
2.10

Constructor Summary
ReviewsNotificationManager(NotificationManager notificationManager)
           
 
Method Summary
 void notifyChanged(Long reviewId, String author, Map<String,String> oldValues, Map<String,String> newValues)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReviewsNotificationManager

public ReviewsNotificationManager(NotificationManager notificationManager)
Method Detail

notifyChanged

public void notifyChanged(Long reviewId,
                          String author,
                          Map<String,String> oldValues,
                          Map<String,String> newValues)
Parameters:
reviewId - reviewId id of review, which was modified
author - author of change (username)
oldValues - map of old values
newValues - map of new values


Copyright © 2009-2012 SonarSource. All Rights Reserved.