Groovy Documentation

org.gradle.api.plugins.sonar.model
[Groovy] Class SonarProjectModel

java.lang.Object
  org.gradle.api.plugins.sonar.model.SonarProjectModel
All Implemented Interfaces:
SonarModel

class SonarProjectModel
extends java.lang.Object

Configuration options for subprojects of a project that has the sonar plugin applied.


Property Summary
java.util.List childModels

Configuration options for child projects of this project.

SonarProject project

Per-project configuration options.

 
Method Summary
void project(groovy.lang.Closure config)

Configures per-project configuration options.

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

childModels

java.util.List childModels
Configuration options for child projects of this project.


project

SonarProject project
Per-project configuration options.


 
Method Detail

project

void project(groovy.lang.Closure config)
Configures per-project configuration options. The specified closure delegates to an instance of SonarProject.
Parameters:
config - per-project configuration options


 

Groovy Documentation