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.
- Assembly
- Cake
.Issues .PullRequests .dll - Namespace
- Cake
.Issues .PullRequests - Containing Type
- Base
Discussion Threads Capability <T>
Syntax
protected abstract void InternalResolveDiscussionThreads(IEnumerable<IPullRequestDiscussionThread> threads)
Parameters
Name | Type | Description |
---|---|---|
threads | IEnumerable |
Threads to mark as fixed. |
Return Value
Type | Description |
---|---|
void |