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

Fields
public boolean dryRun This field is deprecated. this field will no longer be public in 6.0
[Expand]
Inherited Fields
From class com.atlassian.bitbucket.util.BuilderSupport
Protected Constructors
AbstractBuilder(Repository repository, RepositoryHookTrigger trigger)
Public Methods
@Nonnull B context(Map<StringObject> 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

Fields

public boolean dryRun

This field is deprecated.
this field will no longer be public in 6.0

Protected Constructors

protected AbstractBuilder (Repository repository, RepositoryHookTrigger trigger)

Public Methods

@Nonnull public B context (Map<StringObject> value)

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

@Nonnull public B dryRun (boolean value)

Protected Methods

@Nonnull protected abstract B self ()