public static class

RepositoryPushHookRequest.Builder

extends SimpleRepositoryHookRequest.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.hook.repository.SimpleRepositoryHookRequest.AbstractBuilder<B extends com.atlassian.bitbucket.hook.repository.SimpleRepositoryHookRequest.AbstractBuilder<B>>
         ↳ com.atlassian.bitbucket.hook.repository.RepositoryPushHookRequest.Builder

Summary

[Expand]
Inherited Fields
From class com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest.AbstractBuilder
From class com.atlassian.bitbucket.util.BuilderSupport
Public Constructors
Builder(Repository repository)
Public Methods
@Nonnull RepositoryPushHookRequest build()
Protected Methods
@Nonnull RepositoryPushHookRequest.Builder self()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.hook.repository.SimpleRepositoryHookRequest.AbstractBuilder
From class com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest.AbstractBuilder
From class com.atlassian.bitbucket.util.BuilderSupport
From class java.lang.Object

Public Constructors

public Builder (Repository repository)

Public Methods

@Nonnull public RepositoryPushHookRequest build ()

Protected Methods

@Nonnull protected RepositoryPushHookRequest.Builder self ()