|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface Project
Represents a Gradle project.
| Method Summary | |
|---|---|
DomainObjectSet
|
getChildProjects()
Returns the child projects of this project. |
java.lang.String
|
getName()
Returns the name of this project. |
| Method Detail |
|---|
public DomainObjectSet getChildProjects()
public java.lang.String getName()
Groovy Documentation