The Sonar properties for the current Gradle project that are to be passed to the Sonar Runner.
The properties
map is already populated with the defaults provided by Gradle, and can be further manipulated as necessary.
Before passing them on to the Sonar Runner, property values are converted to Strings as follows:
Iterable
s are recursively converted and joined into a comma-separated String.toString()
method.Constructor and description |
---|
SonarProperties
(Map<String, Object> properties) |
Type | Name and description |
---|---|
Map<String, Object> |
getProperties() The Sonar properties for the current Gradle project that are to be passed to the Sonar runner. |
void |
properties(Map<String, ?> properties) Convenience method for setting multiple properties. |
void |
property(String key, Object value) Convenience method for setting a single property. |
The Sonar properties for the current Gradle project that are to be passed to the Sonar runner.
Convenience method for setting multiple properties.
properties
- the properties to be addedGradle API 2.2-20140924021627+0000