This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.PullRequests.
Summary
Posts discussion threads for all issues which need to be posted.
Compared to
Cake.Issues.PullRequests.BasePullRequestSystem.PostDiscussionThreads(System.Collections.Generic.IEnumerable{Cake.Issues.IIssue},System.String)
it is safe to access Settings from this method.
- Assembly
- Cake
.Issues .PullRequests .dll - Namespace
- Cake
.Issues .PullRequests - Containing Type
- Base
Pull Request System
Syntax
protected abstract void InternalPostDiscussionThreads(IEnumerable<IIssue> issues, string commentSource)
Parameters
Name | Type | Description |
---|---|---|
issues | IEnumerable |
Issues which need to be posted. |
commentSource | string | Value used to decorate comments created by this add-in. |
Return Value
Type | Description |
---|---|
void |