Interface InternalTaskSuccessResult
-
- All Superinterfaces:
InternalOperationResult
,InternalProtocolInterface
,InternalSuccessResult
,InternalTaskResult
public interface InternalTaskSuccessResult extends InternalTaskResult, InternalSuccessResult
DO NOT CHANGE THIS INTERFACE. It is part of the cross-version protocol.- Since:
- 2.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isUpToDate()
Returns whether this task was up-to-date.-
Methods inherited from interface org.gradle.tooling.internal.protocol.events.InternalOperationResult
getEndTime, getFailures, getStartTime
-
-