GitMerge Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Runtime.Serialization.DataContract]
public class GitMerge : Microsoft.TeamFoundation.SourceControl.WebApi.GitMergeParameters
type GitMerge = class
inherit GitMergeParameters
Public Class GitMerge
Inherits GitMergeParameters
- Inheritance
- Attributes
Constructors
| GitMerge() |
Properties
| Comment |
Comment or message of the commit. (Inherited from GitMergeParameters) |
| DetailedStatus |
Detailed status of the merge operation. |
| Links |
Reference links. |
| OperationId |
Unique identifier for the merge operation. |
| Parents |
An enumeration of the parent commit IDs for the merge commit. (Inherited from GitMergeParameters) |
| Status |
Status of the merge operation. |