IReadIssuesSettings Interface

Summary

Interface for settings for reading issues.
graph BT Type-.->Interface0["IRepositorySettings"] click Interface0 "/api/Cake.Issues/IRepositorySettings" Type["IReadIssuesSettings"] class Type type-node Implementing0["ReportIssuesToPullRequestFromIssueProviderSettings"]-.->Type click Implementing0 "/api/Cake.Issues.PullRequests/ReportIssuesToPullRequestFromIssueProviderSettings" Implementing1["ICreateIssueReportFromIssueProviderSettings"]-.->Type click Implementing1 "/api/Cake.Issues.Reporting/ICreateIssueReportFromIssueProviderSettings" Implementing2["ReadIssuesSettings"]-.->Type click Implementing2 "/api/Cake.Issues/ReadIssuesSettings" Implementing3["CreateIssueReportFromIssueProviderSettings"]-.->Type click Implementing3 "/api/Cake.Issues.Reporting/CreateIssueReportFromIssueProviderSettings" Implementing4["IReportIssuesToPullRequestFromIssueProviderSettings"]-.->Type click Implementing4 "/api/Cake.Issues.PullRequests/IReportIssuesToPullRequestFromIssueProviderSettings"

Syntax

public interface IReadIssuesSettings : IRepositorySettings

Properties

Name Value Summary
FileLinkSettings FileLinkSettings
Gets or sets settings which can be used for resolving links to source files.
Run string
Gets or sets the name of the run.

Extension Methods

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