|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.plugins.sonar.model.SonarProjectModel
class SonarProjectModel
Configuration options for subprojects of a project that has the sonar plugin applied.
| Property Summary | |
|---|---|
List |
childModels
Configuration options for child projects of this project. |
SonarProject |
project
Per-project configuration options. |
| Method Summary | |
|---|---|
void
|
project(Closure config)
Configures per-project configuration options. |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Property Detail |
|---|
List childModels
SonarProject project
| Method Detail |
|---|
void project(Closure config)
config - per-project configuration options
Gradle API 1.6