java.lang.Object | |||||
↳ | java.util.EventObject | ||||
↳ | com.atlassian.bitbucket.event.ApplicationEvent | ||||
↳ | com.atlassian.bitbucket.event.repository.RefChangeRequestedEvent | ||||
↳ | com.atlassian.bitbucket.event.branch.BranchChangeRequestedEvent | ||||
↳ | com.atlassian.bitbucket.event.branch.BranchDeletionRequestedEvent |
This class is deprecated.
in 5.0 for removal in 6.0. Listeners for BranchCreationRequestEvent
or one of its subclasses
should implement a PreRepositoryHook<BranchDeletionHookRequest>
instead.
An event that is raised just before a branch is deleted using the UI or REST.
Branches deleted by pushing will not trigger this event.
This event is cancelable
. A listener may prevent the branch
from being deleted by canceling
this event.
Throwing an exception will not prevent the branch from being created; the exception will be logged and ignored.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |