PullRequestSystem.

InternalPostDiscussionThreads(IEnumerable<ICodeAnalysisIssue>, string) Method

Summary

Posts discussion threads for all issues which need to be posted. Compared to PostDiscussionThreads(IEnumerable<ICodeAnalysisIssue>, string) it is safe to access PrcaSettings from this method.
Assembly
Cake.Prca.dll
Namespace
Cake.Prca.PullRequests
Containing Type
PullRequestSystem

Syntax

protected abstract void InternalPostDiscussionThreads(IEnumerable<ICodeAnalysisIssue> issues, string commentSource)

Parameters

Name Type Description
issues IEnumerable<T> Issues which need to be posted.
commentSource string Value used to decorate comments created by this addin.

Return Value

Type Description
void
GitHub