@Deprecated public class SonarRunnerPlugin extends Object
A plugin for analyzing projects with the SonarQube Runner.
When applied to a project, both the project itself and its subprojects will be analyzed (in a single run).
Please see the “SonarQube Runner Plugin” chapter of the Gradle User Guide for more information.
Type | Name and description |
---|---|
void |
apply(Project project) |
void |
computeSonarProperties(Project project, Map<String, Object> properties, Map<Project, org.gradle.listener.ActionBroadcast<SonarProperties>> sonarPropertiesActionBroadcastMap) |