| java.lang.Object | |||
| ↳ | com.atlassian.bitbucket.util.BuilderSupport | ||
| ↳ | com.atlassian.bitbucket.commit.AbstractCommitsRequest.AbstractCommitsRequestBuilder<B extends com.atlassian.bitbucket.commit.AbstractCommitsRequest.AbstractCommitsRequestBuilder<B>> | ||
| ↳ | com.atlassian.bitbucket.commit.CommitsBetweenRequest.Builder | ||
| [Expand] Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
com.atlassian.bitbucket.util.BuilderSupport | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Creates a new  Builderby copying the specifiedrequest. | |||||||||||
| Creates a new  Builderwith defaults appropriate for retrieving the commits which are included by
 the specifiedPullRequest. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  com.atlassian.bitbucket.commit.AbstractCommitsRequest.AbstractCommitsRequestBuilder | |||||||||||
|  From class
  com.atlassian.bitbucket.util.BuilderSupport | |||||||||||
|  From class
  java.lang.Object | |||||||||||
Creates a new Builder by copying the specified request.
| request | the request to copy | 
|---|
Creates a new Builder with defaults appropriate for retrieving the commits which are included by
 the specified PullRequest.
 
The new builder:
to ref's Repository as the
     repository for the requestfrom ref's Repository as the
     secondary repository, if the provided
     PullRequest is cross-repositoryIncludes the from refExcludes the to ref| pullRequest | the pull request to retrieve commits for | 
|---|
CommitsBetweenRequest assembled from the provided values| IllegalStateException | if a secondary repositorywas
                               specified and it belongs to a differenthierarchythan the primary repository | 
|---|