Summary
Base class for a collection of pull request comments relating to each other.
- Assembly
- Cake
.Issues .PullRequests .dll - Namespace
- Cake
.Issues .PullRequests - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IPullRequestDiscussionThread"]
click Interface0 "/api/Cake.Issues.PullRequests/IPullRequestDiscussionThread"
Type["PullRequestDiscussionThread"]
class Type type-node
Syntax
public class PullRequestDiscussionThread : IPullRequestDiscussionThread
Constructors
Name | Summary |
---|---|
Pull |
Initializes a new instance of the PullRequestDiscussionThread class.
|
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
|