Represents a Gradle project.
Type | Name and description |
---|---|
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() {@inheritDoc} |
GradleProject |
getParent() {@inheritDoc} |
String |
getPath() Returns the path of this project. |
DomainObjectSet<? extends GradleTask> |
getTasks() {@inheritDoc} |
Methods inherited from class | Name |
---|---|
interface BuildableElement |
getTasks |
interface HierarchicalElement |
getChildren, getParent |
Searches all descendants (children, grand-children, etc.), including self, by given path.
null
if not found.Returns the build directory for this project.
Returns the build script for this project.
{@inheritDoc}
{@inheritDoc}
Returns the path of this project. This is a unique identifier for this project.
{@inheritDoc}