Summary
Returns a list of all discussion threads.
Compared to
FetchDiscussionThreads(string)
it is safe to access Settings from this method.
- Assembly
- Cake
.Issues .PullRequests .dll - Namespace
- Cake
.Issues .PullRequests - Containing Type
- Base
Discussion Threads Capability <T>
Syntax
protected abstract IEnumerable<IPullRequestDiscussionThread> InternalFetchDiscussionThreads(string commentSource)
Parameters
Name | Type | Description |
---|---|---|
commentSource | string | Value used to indicate threads created by this add-in. |
Return Value
Type | Description |
---|---|
IEnumerable |
List of all discussion threads. |