BuildServerIssueResult Class

Summary

Information about the result of the operation for reporting issues to a build server.
Assembly
Cake.Issues.BuildServer.dll
Namespace
Cake.Issues.BuildServer
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["BuildServerIssueResult"] class Type type-node

Syntax

public class BuildServerIssueResult

Constructors

Name Summary
BuildServerIssueResult(IEnumerable<IIssue>, IEnumerable<IIssue>) Information about the result of the operation for reporting issues to a build server.

Properties

Name Value Summary
PostedIssues IEnumerable<IIssue>
Gets all issues posted to the build server.
ReportedIssues IEnumerable<IIssue>
Gets all issues which were passed to be reported to the build server. This can be more than the issues posted to the build server, since there can be filtering in place which removes some issues before posting to the build server.

Extension Methods

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