public interface GradleProject extends HierarchicalElement, BuildableElement
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
GradleProject | 
findByPath(String path)
Searches all descendants (children, grand-children, etc.), including self, by given path. 
 | 
File | 
getBuildDirectory()
Returns the build directory for this project. 
 | 
GradleScript | 
getBuildScript()
Returns the build script for this project. 
 | 
DomainObjectSet<? extends GradleProject> | 
getChildren()
Returns the child elements, or the empty set if there are no child elements. 
 | 
GradleProject | 
getParent()
Returns the parent of this element, or  
null if there is no parent. | 
String | 
getPath()
Returns the path of this project. 
 | 
DomainObjectSet<? extends GradleTask> | 
getTasks()
Returns the tasks of this project. 
 | 
getDescription, getNameDomainObjectSet<? extends GradleTask> getTasks()
getTasks インタフェース内 BuildableElementGradleProject getParent()
null if there is no parent.getParent インタフェース内 HierarchicalElementnull if there is no parent.DomainObjectSet<? extends GradleProject> getChildren()
getChildren インタフェース内 HierarchicalElementString getPath()
@Nullable GradleProject findByPath(String path)
null if not found.@Incubating GradleScript getBuildScript()
@Incubating File getBuildDirectory()