ConfigurationCacheFinishEvent

An event that informs about the final outcome of configuration caching for a build invocation.

Since

9.8.0

Functions

Link copied to clipboard
Returns the description of the operation for which progress is reported.
Link copied to clipboard
abstract fun getDisplayName(): String
Returns a human consumable short description of the event.
Link copied to clipboard
abstract fun getEventTime(): Long
Returns the time this event was triggered.
Link copied to clipboard
@Nullable
abstract fun getResult(): @Nullable ConfigurationCacheEntryOutcomeResult
Returns the result of the finished operation.