package

com.atlassian.bitbucket.event.branch

Classes

BranchChangedEvent Base event for any operations on branches. 
BranchCreatedEvent An event that is raised when a branch is created using the UI or REST. 
BranchCreationHookRequest A hook request that is raised just before a branch is created using the UI or REST. 
BranchCreationHookRequest.Builder  
BranchDeletedEvent An event that is raised when a branch is deleted using the UI (e.g. 
BranchDeletionHookRequest A hook request that is raised just before a branch is deleted using the UI or REST. 
BranchDeletionHookRequest.Builder  
BranchHookRequest  
BranchHookRequest.AbstractBuilder<B extends AbstractBuilder<B>>