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 | Class and Description |
---|---|
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 |
Copyright © 2024 Atlassian. All rights reserved.