Uses of Interface
com.atlassian.bitbucket.watcher.Watcher
Packages that use Watcher
Package
Description
-
Uses of Watcher in com.atlassian.bitbucket.event.pull
Methods in com.atlassian.bitbucket.event.pull that return types with arguments of type WatcherModifier and TypeMethodDescriptionPullRequestDeletedEvent.getWatchers()
Listeners of this event aren't able to callWatcherService.search(com.atlassian.bitbucket.watcher.WatcherSearchRequest, com.atlassian.bitbucket.util.PageRequest)
to find watchers of the pull request because the pull request has already been deleted.Constructor parameters in com.atlassian.bitbucket.event.pull with type arguments of type WatcherModifierConstructorDescriptionPullRequestDeletedEvent
(Object source, PullRequest pullRequest, Collection<Watcher> watchers) -
Uses of Watcher in com.atlassian.bitbucket.event.watch
Methods in com.atlassian.bitbucket.event.watch that return WatcherConstructors in com.atlassian.bitbucket.event.watch with parameters of type WatcherModifierConstructorDescriptionWatcherAddedEvent
(Object source, Watcher watcher) protected
WatcherEvent
(Object source, Watcher watcher) WatcherRemovedEvent
(Object source, Watcher watcher) -
Uses of Watcher in com.atlassian.bitbucket.watcher
Methods in com.atlassian.bitbucket.watcher that return WatcherModifier and TypeMethodDescriptionWatcherService.watch
(WatchRequest request) Adds a new user as awatcher
.Methods in com.atlassian.bitbucket.watcher that return types with arguments of type WatcherModifier and TypeMethodDescriptionWatcherService.search
(WatcherSearchRequest request, PageRequest pageRequest)