gradle
Toggle table of contents
9.8.0-20260803003857+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.tooling.events.configuration
/
ConfigurationCacheProgressEvent
Configuration
Cache
Progress
Event
API
@
Incubating
@
NullMarked
interface
ConfigurationCacheProgressEvent
:
ProgressEvent
(
source
)
Root interface for events that signal progress of configuration caching.
Since
9.8.0
Inheritors
ConfigurationCacheStartEvent
ConfigurationCacheFinishEvent
Members
Functions
get
Descriptor
Link copied to clipboard
API
abstract
fun
getDescriptor
(
)
:
ConfigurationCacheOperationDescriptor
Returns the description of the operation for which progress is reported.
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
Returns a human consumable short description of the event.
get
Event
Time
Link copied to clipboard
API
abstract
fun
getEventTime
(
)
:
Long
Returns the time this event was triggered.