Interface ConfigurationCacheFinishEvent
- All Superinterfaces:
ConfigurationCacheProgressEvent, FinishEvent, ProgressEvent
@Incubating
@NullMarked
public interface ConfigurationCacheFinishEvent
extends ConfigurationCacheProgressEvent, FinishEvent
An event that informs about the final outcome of configuration caching for a build invocation.
- Since:
- 9.8.0
-
Method Summary
Modifier and TypeMethodDescription@Nullable ConfigurationCacheEntryOutcomeResultReturns the result of the finished operation.Methods inherited from interface ConfigurationCacheProgressEvent
getDescriptorMethods inherited from interface ProgressEvent
getDisplayName, getEventTime
-
Method Details
-
getResult
@Nullable ConfigurationCacheEntryOutcomeResult getResult()Returns the result of the finished operation.- Specified by:
getResultin interfaceFinishEvent- Returns:
- the result, or null if the operation did not produce an outcome
-