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 SummaryModifier and TypeMethodDescriptionvoidonComplete(T result) Handles successful completion of the action.
- 
Method Details- 
onCompleteHandles successful completion of the action.- Parameters:
- result- the result
 
 
-