| Package | Description |
|---|---|
| org.sonar.api.notifications |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<String,NotificationChannel> |
NotificationManager.findSubscribedRecipientsForDispatcher(NotificationDispatcher dispatcher,
Integer resourceId)
Returns the list of users who subscribed to the given dispatcher, along with the notification channels (email, twitter, ...) that they choose
for this dispatcher.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationDispatcher.Context.addUser(String userLogin,
NotificationChannel notificationChannel)
Adds a user that will be notified through the given notification channel.
|
Copyright © 2009-2013 SonarSource. All Rights Reserved.