public abstract class

BranchHookRequest

extends AbstractRepositoryHookRequest
java.lang.Object
   ↳ com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest
     ↳ com.atlassian.bitbucket.event.branch.BranchHookRequest
Known Direct Subclasses

Summary

Nested Classes
class BranchHookRequest.AbstractBuilder<B extends AbstractBuilder<B>>  
Protected Constructors
BranchHookRequest(AbstractBuilder<?> builder)
Public Methods
@Nonnull Branch getBranch()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest
From class java.lang.Object
From interface com.atlassian.bitbucket.hook.repository.RepositoryHookRequest

Protected Constructors

protected BranchHookRequest (AbstractBuilder<?> builder)

Public Methods

@Nonnull public Branch getBranch ()