Class BranchDeletedEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.repository.RepositoryEvent
com.atlassian.bitbucket.event.repository.AbstractRepositoryRefsChangedEvent
com.atlassian.bitbucket.event.branch.BranchChangedEvent
com.atlassian.bitbucket.event.branch.BranchDeletedEvent
- All Implemented Interfaces:
- RepositoryRefsChangedEvent,- Serializable
An event that is raised when a branch is deleted using the UI (e.g. from the branches page, or via deleting the
 source branch of a pull request when merging it) or using the REST API.
 
Branches deleted by pushing will not trigger this event.
 Listeners that are interested in all repository changes should listen for RepositoryRefsChangedEvents
 instead.
- See Also:
- 
Field SummaryFields inherited from class com.atlassian.bitbucket.event.branch.BranchChangedEventbranchFields inherited from class com.atlassian.bitbucket.event.repository.AbstractRepositoryRefsChangedEventEMPTY_HASHFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.atlassian.bitbucket.event.branch.BranchChangedEventgetBranchMethods inherited from class com.atlassian.bitbucket.event.repository.AbstractRepositoryRefsChangedEventgetRefChangesMethods inherited from class com.atlassian.bitbucket.event.repository.RepositoryEventgetRepositoryMethods inherited from class com.atlassian.bitbucket.event.ApplicationEventgetDate, getUserMethods inherited from class java.util.EventObjectgetSource, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.bitbucket.event.repository.RepositoryRefsChangedEventgetRepository, getUser
- 
Constructor Details- 
BranchDeletedEventpublic BranchDeletedEvent(@Nonnull Object source, @Nonnull Repository repository, @Nonnull Branch branch) 
 
-