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

GitStatus()

Properties

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

SetSecuredObject(ISecuredObject)

Explicit Interface Implementations

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

Applies to