com.atlassian.bitbucket.notification.NotificationHandler<T extends com.atlassian.bitbucket.notification.Notification> |
Notification Handler takes a Notification and pushes it to a channel
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Handle the provided
notification for the given recipients. | |||||||||||
This method is deprecated.
in 5.10 to be removed in 6.0. Use
handle(Notification, Set) instead
|
Handle the provided notification
for the given recipients.
notification | the notification to handle |
---|---|
watchers | the watchers who should receive the notification |