This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.PullRequests.
Summary
Initializes a new instance of the
PullRequestDiscussionThread
class.
- Assembly
- Cake
.Issues .PullRequests .dll - Namespace
- Cake
.Issues .PullRequests - Containing Type
- Pull
Request Discussion Thread
Syntax
public PullRequestDiscussionThread(int id, PullRequestDiscussionStatus status, FilePath filePath, IEnumerable<IPullRequestDiscussionComment> comments)
Parameters
Name | Type | Description |
---|---|---|
id | int | ID of the discussion thread. |
status | Pull |
A value if the thread is active or already fixed. |
filePath | FilePath | 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. |
comments | IEnumerable |
All the comments of this thread. |
Return Value
Type | Description |
---|---|
void |