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.cpp
/
MacroDirective
Macro
Directive
API
interface
MacroDirective
(
source
)
Represent a macro directive.
Since
4.10
Members
Functions
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
Returns the name of the macro.
get
Value
Link copied to clipboard
API
@
Nullable
abstract
fun
getValue
(
)
:
@
Nullable
String
Returns the value of the macro, if any.