This is part of the Fake.Testing.SonarQube module.
Parameter type to configure the SonarQube runner.
Record Field | Description |
Config
Signature: string option
|
Read settings from configuration file
|
Key
Signature: string
|
Key to identify the SonarQube project
|
Name
Signature: string
|
Name of the project
|
Organization
Signature: string option
|
Organization which owns the SonarQube project
|
Settings
Signature: string list
|
Individual global settings for SonarQube
|
ToolsPath
Signature: string
|
FileName of the SonarQube runner exe.
|
ToolType
Signature: ToolType
|
Tool type
|
Version
Signature: string
|
Version number of the project
|
WorkingDirectory
Signature: string
|
The directory where the SonarQube scanner process will be started.
|