Package org.gradle.tooling
Interface IntermediateResultHandler<T>
- Type Parameters:
T
- The result type.
public interface IntermediateResultHandler<T>
A handler for an intermediate result obtained by a
BuildActionExecuter
.- Since:
- 4.8
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onComplete
(T result) Handles successful completion of the action.
-
Method Details
-
onComplete
Handles successful completion of the action.- Parameters:
result
- the result
-