public static class

SimpleRepositoryHookRequest.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.SimpleRepositoryHookRequest.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, RepositoryHookTrigger trigger)
Public Methods
@Nonnull SimpleRepositoryHookRequest build()
Protected Methods
@Nonnull SimpleRepositoryHookRequest.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, RepositoryHookTrigger trigger)

Public Methods

@Nonnull public SimpleRepositoryHookRequest build ()

Protected Methods

@Nonnull protected SimpleRepositoryHookRequest.Builder self ()