Summary
Checks if a pull request has a specific capability.
- Assembly
- Cake
.Issues .PullRequests .dll - Namespace
- Cake
.Issues .PullRequests - Containing Type
- Base
Pull Request System
Syntax
public bool HasCapability<T>() where T : IPullRequestSystemCapability
Type Parameters
Name | Description |
---|---|
T | Type of the capability. |
Return Value
Type | Description |
---|---|
bool | True if pull request system has the specific capability. |