Summary
Initializes a new instance of the
BaseDiscussionThreadsCapability<T>
class.
- Assembly
- Cake
.Issues .PullRequests .dll - Namespace
- Cake
.Issues .PullRequests - Containing Type
- Base
Discussion Threads Capability <T>
Syntax
protected BaseDiscussionThreadsCapability(ICakeLog log, T pullRequestSystem)
Parameters
Name | Type | Description |
---|---|---|
log | ICakeLog | The Cake log context. |
pullRequestSystem | T | Pull request system to which this capability belongs. |
Return Value
Type | Description |
---|---|
void |