BuildBreakingSettings Class

Summary

Settings for build breaking aliases.
Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["BuildBreakingSettings"] class Type type-node

Syntax

public class BuildBreakingSettings

Constructors

Properties

Name Value Summary
IssueProvidersToConsider IList<string>
Gets or sets the issue provider types to consider. If empty, all providers are considered. Default value is empty.
IssueProvidersToIgnore IList<string>
Gets or sets the issue provider types to ignore. Default value is empty.
MinimumPriority IssuePriority
Gets or sets the minimum minimum priority of issues which should be considered. If set to Undefined, all issues are considered. Default value is Undefined.

Extension Methods

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