public class

BranchCreationHookRequest

extends BranchHookRequest
java.lang.Object
   ↳ com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest
     ↳ com.atlassian.bitbucket.event.branch.BranchHookRequest
       ↳ com.atlassian.bitbucket.event.branch.BranchCreationHookRequest

Class Overview

A hook request that is raised just before a branch is created using the UI or REST. Branches created by pushing will trigger a standard RepositoryHookRequest and not this specific type.

See Also

Summary

Nested Classes
class BranchCreationHookRequest.Builder  
Public Methods
@Nonnull Collection<RefChange> getRefChanges()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.event.branch.BranchHookRequest
From class com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest
From class java.lang.Object
From interface com.atlassian.bitbucket.hook.repository.RepositoryHookRequest

Public Methods

@Nonnull public Collection<RefChange> getRefChanges ()