PullRequestSystem.

InternalFetchActiveDiscussionThreads(string) Method

Summary

Returns a list of all active discussion threads. Compared to FetchActiveDiscussionThreads(string) it is safe to access PrcaSettings from this method.
Assembly
Cake.Prca.dll
Namespace
Cake.Prca.PullRequests
Containing Type
PullRequestSystem

Syntax

protected abstract IEnumerable<IPrcaDiscussionThread> InternalFetchActiveDiscussionThreads(string commentSource)

Parameters

Name Type Description
commentSource string Value used to indicate threads created by this addin.

Return Value

Type Description
IEnumerable<T> List of all active discussion threads.
GitHub