ConfigurationCacheEntryDiscardedResult

A configuration cache entry was written but discarded at the end of the build, e.g. because of problems, a serialization error or incompatible tasks.

Since

9.8.0

Functions

Link copied to clipboard
abstract fun getEndTime(): Long
Returns the time when the operation finished its execution.
Link copied to clipboard
abstract fun getProblemCount(): Int
Returns the number of configuration cache problems reported to the console for this build invocation.
Link copied to clipboard
abstract fun getStartTime(): Long
Returns the time when the operation started its execution.