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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 . |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
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
|
---|
This method is deprecated.
in 4.6. This parameter type will change to boolean
in 5.0.