gradle
8.3-rc-1
Java API
gradle
/
org.gradle.tooling.model
/
BuildableElement
Buildable
Element
Java API
interface
BuildableElement
:
Element
Represents an element which has Gradle tasks associated with it.
Inheritors
GradleProject
Members
Functions
get
Description
Link copied to clipboard
Java API
abstract
fun
getDescription
(
)
:
String
get
Name
Link copied to clipboard
Java API
abstract
fun
getName
(
)
:
String
get
Tasks
Link copied to clipboard
Java API
abstract
fun
getTasks
(
)
:
DomainObjectSet
<
out
Task
>
Returns the tasks of this project.