@AsynchronousPreferred public class

BranchDeletedEvent

extends BranchChangedEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.stash.event.StashEvent
       ↳ com.atlassian.stash.event.RepositoryEvent
         ↳ com.atlassian.stash.event.AbstractRepositoryRefsChangedEvent
           ↳ com.atlassian.stash.branch.BranchChangedEvent
             ↳ com.atlassian.stash.branch.BranchDeletedEvent

Class Overview

An event that is raised when a branch is deleted through the branch-utils plugin. Branches deleted through pushes will not trigger this event. Listeners that are interested in all repository changes should listen for RepositoryRefsChangedEvents instead.

Summary

[Expand]
Inherited Fields
From class com.atlassian.stash.branch.BranchChangedEvent
From class java.util.EventObject
Public Constructors
BranchDeletedEvent(Object source, Repository repository, Branch branch)
[Expand]
Inherited Methods
From class com.atlassian.stash.branch.BranchChangedEvent
From class com.atlassian.stash.event.AbstractRepositoryRefsChangedEvent
From class com.atlassian.stash.event.RepositoryEvent
From class com.atlassian.stash.event.StashEvent
From class java.util.EventObject
From class java.lang.Object
From interface com.atlassian.stash.event.RepositoryRefsChangedEvent

Public Constructors

public BranchDeletedEvent (Object source, Repository repository, Branch branch)