Gradle Project
Represents a Gradle project.
Since
1.0-milestone-5
Functions
Link copied to clipboard
Searches all descendants (children, grand-children, etc.), including self, by given path.
Link copied to clipboard
Returns the build directory for this project.
Link copied to clipboard
Returns the build script for this project.
Link copied to clipboard
Returns a path to the project for the full build tree
Link copied to clipboard
Returns the child elements, or the empty set if there are no child elements.
Link copied to clipboard
Returns the description of the element, or
null if it has no description.Link copied to clipboard
Returns the parent of this element, or null} if there is no parent.
Link copied to clipboard
Returns the project directory for this project.
Link copied to clipboard
Returns the identifier for this Gradle project.
Link copied to clipboard
Returns the tasks of this project.