Package | Description |
---|---|
com.atlassian.bitbucket.content | |
com.atlassian.bitbucket.event.branch | |
com.atlassian.bitbucket.event.tag | |
com.atlassian.bitbucket.hook.repository |
Modifier and Type | Class and Description |
---|---|
class |
FileEditHookRequest
Request that is provided to
repository-hook plugin modules when a file is
edited . |
Modifier and Type | Class and Description |
---|---|
class |
BranchCreationHookRequest
A
hook request that is raised just before a branch is created using the UI or REST. |
class |
BranchDeletionHookRequest
A
hook request that is raised just before a branch is deleted using the UI or REST. |
class |
BranchHookRequest |
Modifier and Type | Class and Description |
---|---|
class |
TagCreationHookRequest
A
hook request that is raised just before a tag is created using the UI or REST. |
class |
TagDeletionHookRequest
A
hook request that is raised just before a tag is deleted using the UI or REST. |
class |
TagHookRequest |
Modifier and Type | Interface and Description |
---|---|
interface |
MergeHookRequest
Request that is provided to
repository-hook plugin modules when two branches are merged in a repository. |
interface |
PullRequestMergeHookRequest
Request that is provided to
repository-hook plugin modules when a PullRequest is merged. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRepositoryHookRequest
Base class for the various
RepositoryHookRequests . |
class |
RepositoryPushHookRequest
A
hook request that is raised when an SCM client pushes to the repository. |
class |
SimpleMergeHookRequest
Basic implementation of
MergeHookRequest |
class |
SimplePullRequestMergeHookRequest
Basic implementation of
PullRequestMergeHookRequest |
class |
SimpleRepositoryHookRequest
Basic implementation of
RepositoryHookRequest |
Modifier and Type | Method and Description |
---|---|
<T extends RepositoryHookRequest> |
RepositoryHookVetoedException.getRequest() |
<T extends RepositoryHookRequest> |
RepositoryHookService.postUpdate(T request)
Calls all registered and enabled
repository-hook modules (PostRepositoryHook ) |
<T extends RepositoryHookRequest> |
RepositoryHookService.preUpdate(T request)
Calls all registered and enabled
repository-hook modules (PreRepositoryHook ) |
Constructor and Description |
---|
RepositoryHookVetoedException(KeyedMessage message,
RepositoryHookRequest request,
List<RepositoryHookVeto> vetoes) |
Copyright © 2019 Atlassian. All rights reserved.