SonarClient Class

Assembly
Cake.SonarResults.dll
Namespace
Cake.SonarResults
Base Types
  • Object
Derived Types
graph BT Type-->Base0["Object"] Type["SonarClient"] class Type type-node Derived0["SonarAnalysisClient"]-->Type click Derived0 "/api/Cake.SonarResults/SonarAnalysisClient" Derived1["SonarTaskClient"]-->Type click Derived1 "/api/Cake.SonarResults/SonarTaskClient"

Syntax

public abstract class SonarClient

Constructors

Name Summary
SonarClient()

Properties

Name Value Summary
ClientName string

Methods

Name Value Summary
ValidateResult(IRestResponse) void

Extension Methods

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