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