Edit

GitRefUpdateResult Class

Definition

[System.Runtime.Serialization.DataContract]
public class GitRefUpdateResult
type GitRefUpdateResult = class
Public Class GitRefUpdateResult
Inheritance
GitRefUpdateResult
Attributes

Constructors

GitRefUpdateResult()

Properties

CustomMessage

Custom message for the result object For instance, Reason for failing.

IsLocked

Whether the ref is locked or not

Name

Ref name

NewObjectId

New object ID

OldObjectId

Old object ID

RejectedBy

Name of the plugin that rejected the updated.

RepositoryId

Repository ID

Success

True if the ref update succeeded, false otherwise

UpdateStatus

Status of the update from the TFS server.

Applies to