gradle
8.2
Java API
gradle
/
org.gradle.tooling.model
/
Element
Element
Java API
interface
Element
:
Model
Described model element.
Inheritors
BuildableElement
HierarchicalElement
Members
Functions
get
Description
Link copied to clipboard
Java API
@
Nullable
abstract
fun
getDescription
(
)
:
String
Returns the description of the element, or
null
if it has no description.
get
Name
Link copied to clipboard
Java API
abstract
fun
getName
(
)
:
String
Returns the name of the element.