|
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 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 |
|---|
java.util.List childModels
SonarProject project
| Method Detail |
|---|
void project(groovy.lang.Closure config)
config - per-project configuration options
Groovy Documentation