BasicGradleProject

Provides some basic details about a Gradle project.

Since

1.8

Functions

Link copied to clipboard
Returns a path to the project for the full build tree
Link copied to clipboard
Returns the child projects of this project, or the empty set if there are no child projects.
Link copied to clipboard
abstract fun getName(): String
Returns the name of this project.
Link copied to clipboard
@Nullable
abstract fun getParent(): BasicGradleProject
Returns the parent of this project, or null if this is the root project.
Link copied to clipboard
abstract fun getPath(): String
Returns the path of this project.
Link copied to clipboard
abstract fun getProjectDirectory(): File
Returns the project directory for this project.
Link copied to clipboard
Returns the identifier for this Gradle project.