protected static abstract class

AbstractRepositoryHookRequest.AbstractBuilder

extends BuilderSupport
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>>
Known Direct Subclasses
Known Indirect Subclasses

Summary

[Expand]
Inherited Fields
From class com.atlassian.bitbucket.util.BuilderSupport
Protected Constructors
AbstractBuilder(Repository repository, RepositoryHookTrigger trigger)
Public Methods
@Nonnull B context(Map<String, Object> value)
@Nonnull B context(String key, String value)
@Nonnull B dryRun(boolean value)
Protected Methods
@Nonnull abstract B self()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.util.BuilderSupport
From class java.lang.Object

Protected Constructors

protected AbstractBuilder (Repository repository, RepositoryHookTrigger trigger)

Public Methods

@Nonnull public B context (Map<String, Object> value)

@Nonnull public B context (String key, String value)

@Nonnull public B dryRun (boolean value)

Protected Methods

@Nonnull protected abstract B self ()