@Incubating public class SonarRunnerPlugin extends Object implements Plugin<Project>
When applied to a project, both the project itself and its subprojects will be analyzed (in a single run).
Please see the “Sonar Runner Plugin” chapter of the Gradle User Guide for more information.
| コンストラクタと説明 |
|---|
SonarRunnerPlugin() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
apply(Project project)
Apply this plugin to the given target object.
|
void |
computeSonarProperties(Project project,
Map<String,Object> properties,
Map<Project,org.gradle.listener.ActionBroadcast<SonarProperties>> sonarPropertiesActionBroadcastMap) |