FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

SonarQubeParams Type

Parameter type to configure the SonarQube runner.

Record fields

Record Field Description

Config

Full Usage: Config

Field type: string option

Read settings from configuration file

Field type: string option

Key

Full Usage: Key

Field type: string

Key to identify the SonarQube project

Field type: string

Name

Full Usage: Name

Field type: string

Name of the project

Field type: string

Organization

Full Usage: Organization

Field type: string option

Organization which owns the SonarQube project

Field type: string option

Settings

Full Usage: Settings

Field type: string list

Individual global settings for SonarQube

Field type: string list

ToolType

Full Usage: ToolType

Field type: ToolType

Tool type

Field type: ToolType

ToolsPath

Full Usage: ToolsPath

Field type: string

FileName of the SonarQube runner exe.

Field type: string

Version

Full Usage: Version

Field type: string

Version number of the project

Field type: string

WorkingDirectory

Full Usage: WorkingDirectory

Field type: string

The directory where the SonarQube scanner process will be started.

Field type: string