Uses of Class
com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest
Packages that use AbstractRepositoryHookRequest
Package
Description
-
Uses of AbstractRepositoryHookRequest in com.atlassian.bitbucket.content
Subclasses of AbstractRepositoryHookRequest in com.atlassian.bitbucket.contentModifier and TypeClassDescriptionclass
Request that is provided torepository-hook
plugin modules when a file isedited
. -
Uses of AbstractRepositoryHookRequest in com.atlassian.bitbucket.event.branch
Subclasses of AbstractRepositoryHookRequest in com.atlassian.bitbucket.event.branchModifier 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 AbstractRepositoryHookRequest in com.atlassian.bitbucket.event.tag
Subclasses of AbstractRepositoryHookRequest in com.atlassian.bitbucket.event.tagModifier 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 AbstractRepositoryHookRequest in com.atlassian.bitbucket.hook.repository
Subclasses of AbstractRepositoryHookRequest in com.atlassian.bitbucket.hook.repositoryModifier and TypeClassDescriptionclass
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