Summary
Description of a pull request system implementation.
- Assembly
- Cake
.Frosting .Issues .Recipe .dll - Namespace
- Cake
.Frosting .Issues .Recipe
graph BT
Type["IIssuesPullRequestSystem"]
class Type type-node
Syntax
public interface IIssuesPullRequestSystem
Methods
Name | Value | Summary |
---|---|---|
GetFileLinkSettings |
FileLinkSettings |
Get settings for linking to files.
|
Report |
void |
Report issues as comments to pull request.
|
Set |
void |
Set pull request status.
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|