gradle
Toggle table of contents
9.7.0-20260526005751+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
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
@
Nullable
abstract
fun
getDescription
(
)
:
@
Nullable
String
Returns the description of the element, or
null
if it has no description.
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
Returns the name of the element.
get
Tasks
Link copied to clipboard
API
abstract
fun
getTasks
(
)
:
DomainObjectSet
<
out
Task
>
Returns the tasks of this project.