| java.lang.Object | ||
| ↳ | com.atlassian.stash.util.BuilderSupport | |
| ↳ | com.atlassian.stash.content.ChangesetsBetweenRequest.Builder | |
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.stash.util.BuilderSupport
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new
Builder by copying the specified request. | |||||||||||
Creates a new
Builder by copying the specified request. | |||||||||||
Creates a new
Builder with defaults appropriate for retrieving the changesets which are included by
the specified PullRequest. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.stash.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 by copying the specified request.
| request | the request to copy |
|---|
Creates a new Builder with defaults appropriate for retrieving the changesets which are included by
the specified PullRequest.
to ref's Repository as the
repository for the requestfrom ref's Repository as the
secondary repository, if the provided
PullRequest is cross-repositoryfrom refto ref| pullRequest | the pull request to retrieve changesets for |
|---|