protected static abstract class

BranchHookRequest.AbstractBuilder

extends AbstractRepositoryHookRequest.AbstractBuilder<B extends AbstractBuilder<B>>
java.lang.Object
   ↳ com.atlassian.bitbucket.util.BuilderSupport
     ↳ com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest.AbstractBuilder<B extends com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest.AbstractBuilder<B>>
       ↳ com.atlassian.bitbucket.event.branch.BranchHookRequest.AbstractBuilder<B extends com.atlassian.bitbucket.event.branch.BranchHookRequest.AbstractBuilder<B>>
Known Direct Subclasses

Summary

[Expand]
Inherited Fields
From class com.atlassian.bitbucket.util.BuilderSupport
Protected Constructors
AbstractBuilder(Repository repository, RepositoryHookTrigger trigger, Branch branch)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest.AbstractBuilder
From class com.atlassian.bitbucket.util.BuilderSupport
From class java.lang.Object

Protected Constructors

protected AbstractBuilder (Repository repository, RepositoryHookTrigger trigger, Branch branch)