Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GitPullRequestSearchCriteria

Pull requests can be searched for matching this criteria.

Hierarchy

  • GitPullRequestSearchCriteria

Index

Properties

Optional creatorId

creatorId: string

If set, search for pull requests that were created by this identity.

Optional includeLinks

includeLinks: boolean

Whether to include the _links field on the shallow references

Optional repositoryId

repositoryId: string

If set, search for pull requests whose target branch is in this repository.

Optional reviewerId

reviewerId: string

If set, search for pull requests that have this identity as a reviewer.

Optional sourceRefName

sourceRefName: string

If set, search for pull requests from this branch.

Optional sourceRepositoryId

sourceRepositoryId: string

If set, search for pull requests whose source branch is in this repository.

Optional targetRefName

targetRefName: string

If set, search for pull requests into this branch.

Generated using TypeDoc