|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
interface SonarModel
Base interface for Sonar models on analysis roots and their subprojects.
| Method Summary | |
|---|---|
java.util.List
|
getChildModels()
Returns the Sonar model objects for this project's child projects. |
SonarProject
|
getProject()
Returns per-project configuration options. |
| Method Detail |
|---|
java.util.List getChildModels()
SonarProject getProject()
Groovy Documentation