| java.lang.Object | |||
| ↳ | com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest | ||
| ↳ | com.atlassian.bitbucket.event.branch.BranchHookRequest | ||
| ↳ | com.atlassian.bitbucket.event.branch.BranchCreationHookRequest | ||
A hook request that is raised just before a branch is created using the UI or REST.
Branches created by pushing will trigger a standard RepositoryHookRequest and not this specific type.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| BranchCreationHookRequest.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
| |||||||||||