|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
| 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.newviolations |
|---|
| Methods in org.sonar.plugins.emailnotifications.newviolations with parameters of type Notification | |
|---|---|
void |
NewViolationsOnMyFavouriteProject.dispatch(Notification notification,
NotificationDispatcher.Context context)
|
EmailMessage |
NewViolationsEmailTemplate.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||