Edit

Share via


GitPullRequestQueryType Enum

Definition

Accepted types of pull request queries.

[System.Runtime.Serialization.DataContract]
public enum GitPullRequestQueryType
type GitPullRequestQueryType = 
Public Enum GitPullRequestQueryType
Inheritance
GitPullRequestQueryType
Attributes

Fields

Name Value Description
NotSet 0

No query type set.

LastMergeCommit 1

Search for pull requests that created the supplied merge commits.

Commit 2

Search for pull requests that merged the supplied commits.

Applies to