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
/
ConfigurationCacheEntryReusedResult
Configuration
Cache
Entry
Reused
Result
API
@
Incubating
@
NullMarked
interface
ConfigurationCacheEntryReusedResult
:
ConfigurationCacheEntryOutcomeResult
(
source
)
A configuration cache entry was found and fully reused.
Since
9.8.0
Members
Functions
get
End
Time
Link copied to clipboard
API
abstract
fun
getEndTime
(
)
:
Long
Returns the time when the operation finished its execution.
get
Problem
Count
Link copied to clipboard
API
abstract
fun
getProblemCount
(
)
:
Int
Returns the number of configuration cache problems reported to the console for this build invocation.
get
Start
Time
Link copied to clipboard
API
abstract
fun
getStartTime
(
)
:
Long
Returns the time when the operation started its execution.