Summary
Description of a collection of pull request comments relating to each other.
- Assembly
- Cake
.Issues .PullRequests .dll - Namespace
- Cake
.Issues .PullRequests - Implementing Types
graph BT
Type["IPullRequestDiscussionThread"]
class Type type-node
Implementing0["PullRequestDiscussionThread"]-.->Type
click Implementing0 "/api/Cake.Issues.PullRequests/PullRequestDiscussionThread"
Syntax
public interface IPullRequestDiscussionThread
Properties
Name | Value | Summary |
---|---|---|
Affected |
FilePath |
Gets or sets the path to the file where the message should be posted.
The path needs to be relative to the repository root.
Can be
null if discussion is not related to a change in a file.
|
CommentIdentifier | string |
Gets or sets the value to identify the comment across multiple runs.
|
Comments | IList |
Gets all the comments of this thread.
|
CommentSource | string |
Gets or sets a value used to decorate comments created by this add-in.
|
Id | int |
Gets or sets the ID of the discussion thread.
|
ProviderType | string |
Gets or sets a the provider type which reported the issue.
This value is used to identify the comment in subsequent runs.
|
Resolution | Pull |
|
Status | Pull |
Gets or sets if the thread is active or already fixed.
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|