Package org.gradle.tooling.events
Interface FinishEvent
-
- All Superinterfaces:
ProgressEvent
- All Known Subinterfaces:
ProjectConfigurationFinishEvent,TaskFinishEvent,TestFinishEvent,TransformFinishEvent,WorkItemFinishEvent
- All Known Implementing Classes:
DefaultFinishEvent,DefaultProjectConfigurationFinishEvent,DefaultTaskFinishEvent,DefaultTestFinishEvent,DefaultTransformFinishEvent,DefaultWorkItemFinishEvent
public interface FinishEvent extends ProgressEvent
An event that informs about an operation having finished its execution.- Since:
- 2.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperationResultgetResult()Returns the result of the finished operation.-
Methods inherited from interface org.gradle.tooling.events.ProgressEvent
getDescriptor, getDisplayName, getEventTime
-
-
-
-
Method Detail
-
getResult
OperationResult getResult()
Returns the result of the finished operation.- Returns:
- the result of the finished operation
-
-