java.lang.Object | |||
↳ | com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest | ||
↳ | com.atlassian.bitbucket.event.branch.BranchHookRequest | ||
↳ | com.atlassian.bitbucket.event.branch.BranchDeletionHookRequest |
A hook request
that is raised just before a branch is deleted using the UI or REST.
Branches deleted by pushing will trigger a standard RepositoryHookRequest
and not this specific type.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BranchDeletionHookRequest.Builder |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.event.branch.BranchHookRequest
| |||||||||||
From class
com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.bitbucket.hook.repository.RepositoryHookRequest
|