GitPullRequestIteration Class

Definition

Provides properties that describe a Git pull request iteration. Iterations are created as a result of creating and pushing updates to a pull request.

C#
[System.Runtime.Serialization.DataContract]
public class GitPullRequestIteration : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
Inheritance
GitPullRequestIteration
Attributes

Constructors

Properties

Author

Author of the pull request iteration.

ChangeList

Changes included with the pull request iteration.

Commits

The commits included with the pull request iteration.

CommonRefCommit

The first common Git commit of the source and target refs.

CreatedDate

The creation date of the pull request iteration.

Description

Description of the pull request iteration.

hasMoreCommits

Indicates if the Commits property contains a truncated list of commits in this pull request iteration.

Id

ID of the pull request iteration. Iterations are created as a result of creating and pushing updates to a pull request.

Links

A collection of related REST reference links.

NewTargetRefName

If the iteration reason is Retarget, this is the refName of the new target

OldTargetRefName

If the iteration reason is Retarget, this is the original target refName

Push

The Git push information associated with this pull request iteration.

Reason

The reason for which the pull request iteration was created.

SourceRefCommit

The source Git commit of this iteration.

TargetRefCommit

The target Git commit of this iteration.

UpdatedDate

The updated date of the pull request iteration.

Methods

Explicit Interface Implementations

Applies to

Produk Versi
Azure DevOps Services .NET SDK preview, latest