Edit

GitStatus Class

Definition

This class contains the metadata of a service/extension posting a status.

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

Constructors

Name Description
GitStatus()

Properties

Name Description
Context

Context of the status.

CreatedBy

Identity that created the status.

CreationDate

Creation date and time of the status.

Description

Status description. Typically describes current state of the status.

Id

Status identifier.

Links

Reference links.

State

State of the status.

TargetUrl

URL with status details.

UpdatedDate

Last update date and time of the status.

Methods

Name Description
SetSecuredObject(ISecuredObject)

Explicit Interface Implementations

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

Applies to