PullRequestSystem.

InternalMarkThreadsAsFixed(IEnumerable<IPrcaDiscussionThread>) Method

Summary

Marks a list of discussion threads as resolved. Compared to MarkThreadsAsFixed(IEnumerable<IPrcaDiscussionThread>) it is safe to access PrcaSettings from this method.
Assembly
Cake.Prca.dll
Namespace
Cake.Prca.PullRequests
Containing Type
PullRequestSystem

Syntax

protected abstract void InternalMarkThreadsAsFixed(IEnumerable<IPrcaDiscussionThread> threads)

Parameters

Name Type Description
threads IEnumerable<T> Threads to mark as fixed.

Return Value

Type Description
void
GitHub