Summary
Class for posting issues to AppVeyor.
- Assembly
- Cake
.Issues .PullRequests .AppVeyor .dll - Namespace
- Cake
.Issues .PullRequests .AppVeyor - Interfaces
- Base Types
graph BT
Type-->Base0["BasePullRequestSystem"]
click Base0 "/api/Cake.Issues.PullRequests/BasePullRequestSystem"
Base0-->Base1["BaseIssueComponent<IReportIssuesToPullRequestSettings>"]
Base1-->Base2["Object"]
Type-.->Interface0["IPullRequestSystem"]
click Interface0 "/api/Cake.Issues.PullRequests/IPullRequestSystem"
Type-.->Interface1["IBaseIssueComponent<IReportIssuesToPullRequestSettings>"]
Type["AppVeyorPullRequestSystem"]
class Type type-node
Syntax
public class AppVeyorPullRequestSystem : BasePullRequestSystem, IPullRequestSystem,
IBaseIssueComponent<IReportIssuesToPullRequestSettings>
Constructors
Name | Summary |
---|---|
App |
Initializes a new instance of the AppVeyorPullRequestSystem class.
|
Methods
Name | Value | Summary |
---|---|---|
AddCapability |
void |
Adds a capability.
Inherited from Base
|
GetCapability |
T |
Returns the instance of a specific capability.
Inherited from Base
|
HasCapability |
bool |
Checks if a pull request has a specific capability.
Inherited from Base
|
Internal |
void |
Posts discussion threads for all issues which need to be posted.
Compared to
Cake.Issues.PullRequests.BasePullRequestSystem.PostDiscussionThreads(System.Collections.Generic.IEnumerable{Cake.Issues.IIssue},System.String) it is safe to access Settings from this method.
|
Post |
void |
Posts discussion threads for all issues which need to be posted.
Inherited from Base
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|