|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Object org.gradle.api.sonar.runner.SonarProperties
@Incubating class SonarProperties
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:
Property Summary | |
---|---|
Map |
properties
The Sonar properties for the current Gradle project that are to be passed to the Sonar runner. |
Method Summary | |
---|---|
void
|
properties(Map properties)
Convenience method for setting multiple properties. |
void
|
property(String key, Object value)
Convenience method for setting a single property. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
Map properties
Method Detail |
---|
void properties(Map properties)
properties
- the properties to be added
void property(String key, Object value)
key
- the key of the property to be addedvalue
- the value of the property to be added
Gradle API 1.12