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
Initializes a new instance of the
BasePullRequestSystemCapability<T> class.
- Assembly
- Cake
.Issues .PullRequests .dll - Namespace
- Cake
.Issues .PullRequests - Containing Type
- Base
Pull Request System Capability <T>
Syntax
protected BasePullRequestSystemCapability(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 |
