GitPullRequestStatus Class

Definition

This class contains the metadata of a service/extension posting pull request status. Status can be associated with a pull request or an iteration.

[System.Runtime.Serialization.DataContract]
public class GitPullRequestStatus : Microsoft.TeamFoundation.SourceControl.WebApi.GitStatus
type GitPullRequestStatus = class
    inherit GitStatus
Public Class GitPullRequestStatus
Inherits GitStatus
Inheritance
Attributes

Constructors

GitPullRequestStatus()

Properties

Context

Context of the status.

(Inherited from GitStatus)
CreatedBy

Identity that created the status.

(Inherited from GitStatus)
CreationDate

Creation date and time of the status.

(Inherited from GitStatus)
Description

Status description. Typically describes current state of the status.

(Inherited from GitStatus)
Id

Status identifier.

(Inherited from GitStatus)
IterationId

ID of the iteration to associate status with. Minimum value is 1.

Links

Reference links.

(Inherited from GitStatus)
Properties

Custom properties of the status.

State

State of the status.

(Inherited from GitStatus)
TargetUrl

URL with status details.

(Inherited from GitStatus)
UpdatedDate

Last update date and time of the status.

(Inherited from GitStatus)

Methods

SetSecuredObject(ISecuredObject) (Inherited from GitStatus)

Explicit Interface Implementations

ISecuredObject.GetToken() (Inherited from VersionControlSecuredObject)
ISecuredObject.NamespaceId (Inherited from VersionControlSecuredObject)
ISecuredObject.RequiredPermissions (Inherited from VersionControlSecuredObject)

Applies to