gradle
Toggle table of contents
9.8.0-20260810002921+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.tooling.events.configuration
/
ConfigurationCacheOperationDescriptor
Configuration
Cache
Operation
Descriptor
API
@
Incubating
@
NullMarked
interface
ConfigurationCacheOperationDescriptor
:
OperationDescriptor
(
source
)
Describes the configuration caching of a build invocation for which an event has occurred.
Since
9.8.0
Members
Functions
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
Returns a human consumable display name for the operation.
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
Returns the name of the operation.
get
Parent
Link copied to clipboard
API
@
Nullable
abstract
fun
getParent
(
)
:
@
Nullable
OperationDescriptor
Returns the parent operation, if any.