Uses of Interface
com.atlassian.bitbucket.hook.repository.RepositoryHookRequest
Packages that use RepositoryHookRequest
Package
Description
-
Uses of RepositoryHookRequest in com.atlassian.bitbucket.content
Classes in com.atlassian.bitbucket.content that implement RepositoryHookRequestModifier and TypeClassDescriptionclassRequest that is provided torepository-hookplugin modules when a file isedited. -
Uses of RepositoryHookRequest in com.atlassian.bitbucket.event.branch
Classes in com.atlassian.bitbucket.event.branch that implement RepositoryHookRequestModifier and TypeClassDescriptionclassAhook requestthat is raised just before a branch is created using the UI or REST.classAhook requestthat is raised just before a branch is deleted using the UI or REST.class -
Uses of RepositoryHookRequest in com.atlassian.bitbucket.event.tag
Classes in com.atlassian.bitbucket.event.tag that implement RepositoryHookRequestModifier and TypeClassDescriptionclassAhook requestthat is raised just before a tag is created using the UI or REST.classAhook requestthat is raised just before a tag is deleted using the UI or REST.class -
Uses of RepositoryHookRequest in com.atlassian.bitbucket.hook.repository
Subinterfaces of RepositoryHookRequest in com.atlassian.bitbucket.hook.repositoryModifier and TypeInterfaceDescriptioninterfaceRequest that is provided torepository-hookplugin modules when two branches are merged in a repository.interfaceRequest that is provided torepository-hookplugin modules when aPullRequestis merged.Classes in com.atlassian.bitbucket.hook.repository that implement RepositoryHookRequestModifier and TypeClassDescriptionclassBase class for the variousRepositoryHookRequests.classAhook requestthat is raised when an SCM client pushes to the repository.classBasic implementation ofMergeHookRequestclassBasic implementation ofPullRequestMergeHookRequestclassBasic implementation ofRepositoryHookRequestMethods in com.atlassian.bitbucket.hook.repository with type parameters of type RepositoryHookRequestModifier and TypeMethodDescription<T extends RepositoryHookRequest>
TRepositoryHookVetoedException.getRequest()<T extends RepositoryHookRequest>
voidRepositoryHookService.postUpdate(T request) Calls all registered and enabledrepository-hookmodules (PostRepositoryHook)<T extends RepositoryHookRequest>
RepositoryHookResultRepositoryHookService.preUpdate(T request) Calls all registered and enabledrepository-hookmodules (PreRepositoryHook)Constructors in com.atlassian.bitbucket.hook.repository with parameters of type RepositoryHookRequestModifierConstructorDescriptionRepositoryHookVetoedException(KeyedMessage message, RepositoryHookRequest request, List<RepositoryHookVeto> vetoes)