AzureDevOpsCommit Class

Summary

Description of a commit.
Namespace
Cake.AzureDevOps.Repos
Base Types
  • object
graph BT Type-->Base0["object"] Type["AzureDevOpsCommit"] class Type type-node

Syntax

public class AzureDevOpsCommit

Properties

Name Value Summary
Id string
Gets the ID (SHA-1) of the commit.
IsMessageTruncated bool
Gets a value indicating whether the comment is truncated from the full Git commit comment message or not.
Message string
Gets the Comment or message of the commit.
ParentIds IEnumerable<string>
Gets the parent commit IDs of the commit.
RemoteUrl string
Gets the remote URL path to the commit.
GitHub
Discussions