SonarEndSettings Class

Assembly
Cake.Sonar.dll
Namespace
Cake.Sonar
Base Types
graph BT Type-->Base0["SonarSettings"] click Base0 "/api/Cake.Sonar/SonarSettings" Base0-->Base1["ToolSettings"] Type["SonarEndSettings"] class Type type-node

Syntax

public class SonarEndSettings : SonarSettings

Constructors

Name Summary
SonarEndSettings()

Properties

Name Value Summary
Login string
Login to use for connecting to sonar.
Inherited from SonarSettings
Password string
Password to use for connecting to sonar.
Inherited from SonarSettings
Silent bool
Suppress standard output from the sonar runner.
Inherited from SonarSettings
Token string
The authentication token of a SonarQube user with either Execute Analysis permission on the project or Global Execute Analysis permission.
Inherited from SonarSettings
UseCoreClr bool
Use .NET Core version of the SonarQube scanner in case of a .NET Core build.
Inherited from SonarSettings

Methods

Extension Methods

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