ReportIssuesToPullRequestFromIssueProviderSettings Class

graph BT Type-->Base0["ReadIssuesSettings"] click Base0 "/api/Cake.Issues/ReadIssuesSettings" Base0-->Base1["RepositorySettings"] click Base1 "/api/Cake.Issues/RepositorySettings" Base1-->Base2["Object"] Type-.->Interface0["IReportIssuesToPullRequestFromIssueProviderSettings"] click Interface0 "/api/Cake.Issues.PullRequests/IReportIssuesToPullRequestFromIssueProviderSettings" Type-.->Interface1["IReadIssuesSettings"] click Interface1 "/api/Cake.Issues/IReadIssuesSettings" Type-.->Interface2["IReportIssuesToPullRequestSettings"] click Interface2 "/api/Cake.Issues.PullRequests/IReportIssuesToPullRequestSettings" Type-.->Interface3["IRepositorySettings"] click Interface3 "/api/Cake.Issues/IRepositorySettings" Type["ReportIssuesToPullRequestFromIssueProviderSettings"] class Type type-node

Syntax

public class ReportIssuesToPullRequestFromIssueProviderSettings : ReadIssuesSettings, 
    IReportIssuesToPullRequestFromIssueProviderSettings, IReadIssuesSettings, 
    IReportIssuesToPullRequestSettings, IRepositorySettings

Constructors

Properties

Name Value Summary
CommentSource string
CommitId string
FileLinkSettings FileLinkSettings
Inherited from ReadIssuesSettings
IssueFilters IList<Func<IEnumerable<IIssue>, IEnumerable<IIssue>>>
MaxIssuesToPost Nullable<int>
MaxIssuesToPostAcrossRuns Nullable<int>
MaxIssuesToPostForEachIssueProvider Nullable<int>
ProviderIssueLimits Dictionary<string, IProviderIssueLimits>
RepositoryRoot DirectoryPath
Inherited from RepositorySettings
Run string
Inherited from ReadIssuesSettings

Extension Methods

Name Value Summary
Dump<ReportIssuesToPullRequestFromIssueProviderSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<ReportIssuesToPullRequestFromIssueProviderSettings>(ReportIssuesToPullRequestFromIssueProviderSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<ReportIssuesToPullRequestFromIssueProviderSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<ReportIssuesToPullRequestFromIssueProviderSettings>(string) void
Requires the Cake.Issues addin
ThrowIfNull<ReportIssuesToPullRequestFromIssueProviderSettings>(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<ReportIssuesToPullRequestFromIssueProviderSettings>(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
ToStringWithNullMarkup() string
Requires the Cake.Issues addin