BaseDiscussionThreadsCapability<T>.

InternalResolveDiscussionThreads(IEnumerable<IPullRequestDiscussionThread>) Method

Summary

Marks a list of discussion threads as resolved. Compared to Cake.Issues.PullRequests.BaseDiscussionThreadsCapability`1.ResolveDiscussionThreads(System.Collections.Generic.IEnumerable{Cake.Issues.PullRequests.IPullRequestDiscussionThread}) it is safe to access Settings from this method.

Syntax

protected abstract void InternalResolveDiscussionThreads(IEnumerable<IPullRequestDiscussionThread> threads)

Parameters

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

Return Value

Type Description
void
GitHub