package

com.atlassian.stash.branch

Classes

BranchChangedEvent Base event for any operations on branches performed by the branch-utils plugin. 
BranchChangeRequestedEvent  
BranchCreatedEvent An event that is raised when a branch is created through the branch-utils plugin. 
BranchCreationRequestedEvent An event that is raised just before a branch is created through the branch-utils plugin. 
BranchDeletedEvent An event that is raised when a branch is deleted through the branch-utils plugin. 
BranchDeletionRequestedEvent An event that is raised just before a branch is deleted through the branch-utils plugin. 

Exceptions

BranchCreationCanceledException Exception that is thrown when one or more listeners for BranchCreationRequestedEvent canceled the branch creation. 
BranchDeletionCanceledException Exception that is thrown when one or more listeners for BranchDeletionRequestedEvent canceled the branch deletion.