GradleProject

Represents a Gradle project.

Since

1.0-milestone-5

Functions

Link copied to clipboard
@Nullable
abstract fun findByPath(path: String): GradleProject
Searches all descendants (children, grand-children, etc.), including self, by given path.
Link copied to clipboard
abstract fun getBuildDirectory(): File
Returns the build directory for this project.
Link copied to clipboard
Returns the build script for this project.
Link copied to clipboard
Link copied to clipboard
abstract fun getDescription(): String
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
abstract fun getParent(): GradleProject
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.
Link copied to clipboard
abstract fun getTasks(): DomainObjectSet<out GradleTask>