IReportIssuesToBuildServerFromIssueProviderSettings Interface

Summary

Interface for settings affecting how issues are reported to build servers from issue providers.
graph BT Type-.->Interface0["IReadIssuesSettings"] click Interface0 "/api/Cake.Issues/IReadIssuesSettings" Type-.->Interface1["IReportIssuesToBuildServerSettings"] click Interface1 "/api/Cake.Issues.BuildServer/IReportIssuesToBuildServerSettings" Type-.->Interface2["IRepositorySettings"] click Interface2 "/api/Cake.Issues/IRepositorySettings" Type-.->Interface3["IHasIssueFiltering"] click Interface3 "/api/Cake.Issues.Shared/IHasIssueFiltering" Type["IReportIssuesToBuildServerFromIssueProviderSettings"] class Type type-node Implementing0["ReportIssuesToBuildServerFromIssueProviderSettings"]-.->Type click Implementing0 "/api/Cake.Issues.BuildServer/ReportIssuesToBuildServerFromIssueProviderSettings"

Syntax

public interface IReportIssuesToBuildServerFromIssueProviderSettings : IReadIssuesSettings, 
    IReportIssuesToBuildServerSettings, IRepositorySettings, IHasIssueFiltering

Extension Methods

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