public static abstract class

AbstractCommitsRequest.AbstractCommitsRequestBuilder

extends BuilderSupport
java.lang.Object
   ↳ com.atlassian.bitbucket.util.BuilderSupport
     ↳ com.atlassian.bitbucket.commit.AbstractCommitsRequest.AbstractCommitsRequestBuilder<B extends com.atlassian.bitbucket.commit.AbstractCommitsRequest.AbstractCommitsRequestBuilder<B>>
Known Direct Subclasses

Summary

[Expand]
Inherited Fields
From class com.atlassian.bitbucket.util.BuilderSupport
Protected Constructors
AbstractCommitsRequestBuilder(Repository repository)
AbstractCommitsRequestBuilder(AbstractCommitsRequest request)
Public Methods
@Nonnull B followRenames(boolean value)
@Nonnull B ignoreMissing(boolean value)
@Nonnull B maxMessageLength(int value)
@Nonnull B merges(CommitListMergeFilter value)
@Nonnull B order(CommitOrder value)
@Nonnull B path(String value)
@Nonnull B paths(Iterable<String> values)
@Nonnull B paths(String value, String... values)
@Nonnull B propertyKey(String value)
@Nonnull B propertyKeys(String value, String... values)
@Nonnull B propertyKeys(Iterable<String> values)
Protected Methods
abstract B self()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.util.BuilderSupport
From class java.lang.Object

Protected Constructors

protected AbstractCommitsRequestBuilder (Repository repository)

protected AbstractCommitsRequestBuilder (AbstractCommitsRequest request)

Public Methods

@Nonnull public B followRenames (boolean value)

@Nonnull public B ignoreMissing (boolean value)

@Nonnull public B maxMessageLength (int value)

@Nonnull public B merges (CommitListMergeFilter value)

@Nonnull public B order (CommitOrder value)

@Nonnull public B path (String value)

@Nonnull public B paths (Iterable<String> values)

@Nonnull public B paths (String value, String... values)

@Nonnull public B propertyKey (String value)

@Nonnull public B propertyKeys (String value, String... values)

@Nonnull public B propertyKeys (Iterable<String> values)

Protected Methods

protected abstract B self ()