GitPullRequestIteration Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides properties that describe a Git pull request iteration. Iterations are created as a result of creating and pushing updates to a pull request.
[System.Runtime.Serialization.DataContract]
public class GitPullRequestIteration : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type GitPullRequestIteration = class
inherit VersionControlSecuredObject
Public Class GitPullRequestIteration
Inherits VersionControlSecuredObject
- Inheritance
- Attributes
Author |
Author of the pull request iteration. |
Change |
Changes included with the pull request iteration. |
Commits |
The commits included with the pull request iteration. |
Common |
The first common Git commit of the source and target refs. |
Created |
The creation date of the pull request iteration. |
Description |
Description of the pull request iteration. |
has |
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. |
New |
If the iteration reason is Retarget, this is the refName of the new target |
Old |
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. |
Source |
The source Git commit of this iteration. |
Target |
The target Git commit of this iteration. |
Updated |
The updated date of the pull request iteration. |
ISecured |
(Inherited from VersionControlSecuredObject) |
ISecured |
(Inherited from VersionControlSecuredObject) |
ISecured |
(Inherited from VersionControlSecuredObject) |
Produk | Versi |
---|---|
Azure DevOps Services .NET SDK | preview, latest |