toggle menu
gradle
8.11.1
API
switch theme
search in API
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
(
)
:
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.