Interface InternalTaskCachedResult
-
- All Superinterfaces:
InternalOperationResult
,InternalProtocolInterface
,InternalTaskResult
public interface InternalTaskCachedResult extends InternalTaskResult
DO NOT CHANGE THIS INTERFACE. It is part of the cross-version protocol.- Since:
- 3.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isFromCache()
-
Methods inherited from interface org.gradle.tooling.internal.protocol.events.InternalOperationResult
getEndTime, getFailures, getStartTime
-
-