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
Builder by copying the specified request . | |||||||||||
Creates a new
Builder with defaults appropriate for retrieving the commits which are included by
the specified PullRequest . |
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-repository
Includes
the from ref
Excludes
the to ref
pullRequest | the pull request to retrieve commits for |
---|
CommitsBetweenRequest
assembled from the provided valuesIllegalStateException | if a secondary repository was
specified and it belongs to a different hierarchy than the primary repository
|
---|