GitHubActionsPullRequestSystem Class

Summary

Class for posting issues to GitHub Actions.
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["GitHubActionsPullRequestSystem"] class Type type-node

Syntax

public class GitHubActionsPullRequestSystem : BasePullRequestSystem, IPullRequestSystem, 
    IBaseIssueComponent<IReportIssuesToPullRequestSettings>

Constructors

Methods

Name Value Summary
AddCapability(IPullRequestSystemCapability) void
Adds a capability.
Inherited from BasePullRequestSystem
GetCapability<T>() T
Returns the instance of a specific capability.
Inherited from BasePullRequestSystem
HasCapability<T>() bool
Checks if a pull request has a specific capability.
Inherited from BasePullRequestSystem
InternalPostDiscussionThreads(IEnumerable<IIssue>, string) 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.
PostDiscussionThreads(IEnumerable<IIssue>, string) void
Posts discussion threads for all issues which need to be posted.
Inherited from BasePullRequestSystem

Extension Methods

Name Value Summary
Dump<GitHubActionsPullRequestSystem>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<GitHubActionsPullRequestSystem>(GitHubActionsPullRequestSystem[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<GitHubActionsPullRequestSystem>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<GitHubActionsPullRequestSystem>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<GitHubActionsPullRequestSystem>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<GitHubActionsPullRequestSystem>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin