Summary
Class for dealing with comments in pull requests.
- Namespace
- Cake
.AzureDevOps .Repos .PullRequest .CommentThread - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["AzureDevOpsPullRequestCommentThread"]
class Type type-node
Syntax
public class AzureDevOpsPullRequestCommentThread
Constructors
| Name | Summary |
|---|---|
| Azure |
Initializes a new instance of the AzureDevOpsPullRequestCommentThread class.
|
Properties
| Name | Value | Summary |
|---|---|---|
| Comments | IEnumerable |
Gets or sets the collection of comments in the pull request comment thread.
|
| FilePath | FilePath |
Gets or sets the path of the modified file the pull request comment thread belongs to.
Returns 'null' for the comment threads not related to any particular file.
|
| Id | int |
Gets or sets the Id of the pull request comment thread.
|
| Properties | IDictionary |
Gets or sets the collection of properties of the pull request comment thread.
|
| Status | Azure |
Gets or sets the status of the pull request comment thread.
|
Methods
| Name | Value | Summary |
|---|---|---|
| GetValue |
T |
Gets the value of the thread property.
|
| SetValue |
void |
Sets a value in the thread properties.
|