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.BranchCreationRequestedEvent |
This class is deprecated.
in 5.0 for removal in 6.0. Listeners for BranchCreationRequestEvent
or one of its subclasses
should implement a PreRepositoryHook<BranchCreationHookRequest>
instead.
An event that is raised just before a branch is created using the UI or REST. Branches created by pushing will not trigger this event.
This event is cancelable
. A listener may prevent the branch
from being created 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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |