Summary
Returns the instance of a specific capability.
- Assembly
- Cake
.Issues .PullRequests .dll - Namespace
- Cake
.Issues .PullRequests - Containing Type
- Base
Pull Request System
Syntax
public T GetCapability<T>() where T : IPullRequestSystemCapability
Type Parameters
Name | Description |
---|---|
T | Type of the capability. |
Return Value
Type | Description |
---|---|
T | Instance of the specific capability. |