gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.tooling.model
/
BuildableElement
Buildable
Element
API
interface
BuildableElement
:
Element
(
source
)
Represents an element which has Gradle tasks associated with it.
Since
1.0-milestone-5
Inheritors
GradleProject
Members
Functions
get
Description
Link copied to clipboard
API
abstract
fun
getDescription
(
)
:
@
Nullable
String
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Tasks
Link copied to clipboard
API
abstract
fun
getTasks
(
)
:
DomainObjectSet
<
out
Task
>
Returns the tasks of this project.