TapIssuesSettings Class

Summary

Settings for TapIssuesAliases.
graph BT Type-->Base0["BaseMultiFormatIssueProviderSettings<TapIssuesProvider, TapIssuesSettings>"] Base0-->Base1["IssueProviderSettings"] click Base1 "/api/Cake.Issues/IssueProviderSettings" Base1-->Base2["Object"] Type["TapIssuesSettings"] class Type type-node

Syntax

public class TapIssuesSettings : 
    BaseMultiFormatIssueProviderSettings<TapIssuesProvider, TapIssuesSettings>

Constructors

Name Summary
TapIssuesSettings(byte[], BaseTapLogFileFormat) Initializes a new instance of the TapIssuesSettings class.
TapIssuesSettings(FilePath, BaseTapLogFileFormat) Initializes a new instance of the TapIssuesSettings class.

Properties

Name Value Summary
LogFileContent byte[]
Gets the content of the log file.
Inherited from IssueProviderSettings

Extension Methods

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