Package org.azd.git.types
Class GitPullRequestQueryParameters
java.lang.Object
org.azd.git.types.GitPullRequestQueryParameters
-
Field Summary
Modifier and TypeFieldDescriptionIf set, search for pull requests that were created by this identity.Whether to include the _links field on the shallow referencesIf specified, filters pull requests that created/closed before this date based on the queryTimeRangeType specified.If specified, filters pull requests that created/closed after this date based on the queryTimeRangeType specified.The type of time range which should be used for minTime and maxTime.If set, search for pull requests whose target branch is in this repository.If set, search for pull requests that have this identity as a reviewer.The number of pull requests to ignore.If set, search for pull requests from this branch.If set, search for pull requests whose source branch is in this repository.If set, search for pull requests that are in this state.If set, search for pull requests into this branch.The number of pull requests to retrieve. -
Constructor Summary
-
Method Summary
-
Field Details
-
top
The number of pull requests to retrieve. -
skip
The number of pull requests to ignore. For example, to retrieve results 101-150, set top to 50 and skip to 100. -
creatorId
If set, search for pull requests that were created by this identity. -
includeLinks
Whether to include the _links field on the shallow references -
maxTime
If specified, filters pull requests that created/closed before this date based on the queryTimeRangeType specified. -
minTime
If specified, filters pull requests that created/closed after this date based on the queryTimeRangeType specified. -
queryTimeRangeType
The type of time range which should be used for minTime and maxTime. Defaults to Created if unset. -
repositoryId
If set, search for pull requests whose target branch is in this repository. -
reviewerId
If set, search for pull requests that have this identity as a reviewer. -
sourceRefName
If set, search for pull requests from this branch. -
sourceRepositoryId
If set, search for pull requests whose source branch is in this repository. -
status
If set, search for pull requests that are in this state. Defaults to Active if unset. -
targetRefName
If set, search for pull requests into this branch.
-
-
Constructor Details
-
GitPullRequestQueryParameters
public GitPullRequestQueryParameters()
-
-
Method Details
-
get
-