Edit

GitCherryPick Class

Definition

This object is returned from Cherry Pick operations and provides the id and status of the operation

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

Constructors

GitCherryPick()

Properties

CherryPickId
DetailedStatus (Inherited from GitAsyncRefOperation)
Links (Inherited from GitAsyncRefOperation)
Parameters (Inherited from GitAsyncRefOperation)
Status (Inherited from GitAsyncRefOperation)
Url

A URL that can be used to make further requests for status about the operation

(Inherited from GitAsyncRefOperation)

Applies to