Uses of Interface
com.atlassian.bitbucket.hook.repository.RepositoryHook
Packages that use RepositoryHook
-
Uses of RepositoryHook in com.atlassian.bitbucket.hook.repository
Methods in com.atlassian.bitbucket.hook.repository that return RepositoryHookModifier and TypeMethodDescriptionRepositoryHookService.disable
(DisableRepositoryHookRequest request) Disable the hook specified in the request.RepositoryHookService.enable
(EnableRepositoryHookRequest request) Enable and apply settings for the hook specified in the request.Find an effective installed hook with the specified key enabled status for this scope.Methods in com.atlassian.bitbucket.hook.repository that return types with arguments of type RepositoryHookModifier and TypeMethodDescriptionRepositoryHookService.search
(RepositoryHookSearchRequest request, PageRequest pageRequest) Searches forrepository hooks
that match the providedrequest
.