Summary
Interface describing a pull request server.
- Assembly
- Cake
.Prca .dll - Namespace
- Cake
.Prca .PullRequests - Implementing Types
graph TD
Type["IPullRequestSystem"]
class Type type-node
Type-.->Implementing0["PullRequestSystem"]
click Implementing0 "/Cake.Prca.Website/api/Cake.Prca.PullRequests/PullRequestSystem"
Syntax
public interface IPullRequestSystem
Methods
Name | Value | Summary |
---|---|---|
Fetch |
IEnumerable |
Returns a list of all active discussion threads.
|
Get |
IEnumerable |
Returns a list of all files modified in a pull request.
|
Get |
PrcaCommentFormat |
Returns the preferred format for pull request comments.
|
Initialize |
bool |
Initializes the code analysis provider.
|
MarkThreadsAsFixed |
void |
Marks a list of discussion threads as resolved.
|
Post |
void |
Posts discussion threads for all issues which need to be posted.
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From PrcaArgumentChecks
|