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