|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.internal.AbstractTask
org.gradle.api.DefaultTask
org.gradle.api.sonar.runner.SonarRunner
@Incubating class SonarRunner extends DefaultTask
Analyses one or more projects with the Sonar Runner. Can be used with or without the sonar-runner plugin. If used together with the plugin, sonarProperties will be populated with defaults based on Gradle's object model and user-defined values configured via SonarRunnerExtension. If used without the plugin, all properties have to be configured manually.
For more information on how to configure the Sonar Runner, and on which properties are available, see the Sonar Runner documentation.
Property Summary | |
---|---|
Properties |
sonarProperties
The String key/value pairs to be passed to the Sonar Runner. |
Method Summary | |
---|---|
void
|
run()
|
Property Detail |
---|
Properties sonarProperties
Method Detail |
---|
@TaskAction void run()
Gradle API 1.12