org.sonar.server.notifications.reviews
Class ReviewsNotificationManager
java.lang.Object
org.sonar.server.notifications.reviews.ReviewsNotificationManager
- All Implemented Interfaces:
- ServerComponent
public class ReviewsNotificationManager
- extends Object
- implements ServerComponent
- Since:
- 2.10
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReviewsNotificationManager
public ReviewsNotificationManager(NotificationManager notificationManager)
notifyChanged
public void notifyChanged(Long reviewId,
String author,
Map<String,String> oldValues,
Map<String,String> newValues)
- Parameters:
reviewId - reviewId id of review, which was modifiedauthor - author of change (username)oldValues - map of old valuesnewValues - map of new values
Copyright © 2009-2012 SonarSource. All Rights Reserved.