BaseBuildServer Class

Summary

Base class for all build server implementations.
graph BT Type-->Base0["BaseIssueComponent<IReportIssuesToBuildServerSettings>"] Base0-->Base1["Object"] Type-.->Interface0["IBuildServer"] click Interface0 "/api/Cake.Issues.BuildServer/IBuildServer" Type-.->Interface1["IBaseIssueComponent<IReportIssuesToBuildServerSettings>"] Type["BaseBuildServer"] class Type type-node Derived0["GitHubActionsBuildServer"]-->Type click Derived0 "/api/Cake.Issues.BuildServer.GitHubActions/GitHubActionsBuildServer" Derived1["AppVeyorBuildServer"]-->Type click Derived1 "/api/Cake.Issues.BuildServer.AppVeyor/AppVeyorBuildServer"

Syntax

public abstract class BaseBuildServer : BaseIssueComponent<IReportIssuesToBuildServerSettings>, 
    IBuildServer, IBaseIssueComponent<IReportIssuesToBuildServerSettings>

Constructors

Name Summary
BaseBuildServer(ICakeLog) Base class for all build server implementations.

Methods

Name Value Summary
InternalPostIssues(IEnumerable<IIssue>) void
Posts issues to the build server. Compared to Cake.Issues.BuildServer.BaseBuildServer.PostIssues(System.Collections.Generic.IEnumerable{Cake.Issues.IIssue}) it is safe to access Settings from this method.
PostIssues(IEnumerable<IIssue>) void
Posts issues to the build server.

Extension Methods

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