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 TypeClassDescriptionclass
Request that is provided torepository-hook
plugin 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 TypeClassDescriptionclass
Ahook request
that is raised just before a branch is created using the UI or REST.class
Ahook request
that 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 TypeClassDescriptionclass
Ahook request
that is raised just before a tag is created using the UI or REST.class
Ahook request
that 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 TypeInterfaceDescriptioninterface
Request that is provided torepository-hook
plugin modules when two branches are merged in a repository.interface
Request that is provided torepository-hook
plugin modules when aPullRequest
is merged.Classes in com.atlassian.bitbucket.hook.repository that implement RepositoryHookRequestModifier and TypeClassDescriptionclass
Base class for the variousRepositoryHookRequests
.class
Ahook request
that is raised when an SCM client pushes to the repository.class
Basic implementation ofMergeHookRequest
class
Basic implementation ofPullRequestMergeHookRequest
class
Basic implementation ofRepositoryHookRequest
Methods 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-hook
modules (PostRepositoryHook
)<T extends RepositoryHookRequest>
RepositoryHookResultRepositoryHookService.preUpdate
(T request) Calls all registered and enabledrepository-hook
modules (PreRepositoryHook
)Constructors in com.atlassian.bitbucket.hook.repository with parameters of type RepositoryHookRequestModifierConstructorDescriptionRepositoryHookVetoedException
(KeyedMessage message, RepositoryHookRequest request, List<RepositoryHookVeto> vetoes)