Package org.gradle.tooling.events
Interface FinishEvent
- All Superinterfaces:
ProgressEvent
- All Known Subinterfaces:
BuildPhaseFinishEvent
,FileDownloadFinishEvent
,ProjectConfigurationFinishEvent
,TaskFinishEvent
,TestFinishEvent
,TransformFinishEvent
,WorkItemFinishEvent
An event that informs about an operation having finished its execution.
- Since:
- 2.4
-
Method Summary
Modifier and TypeMethodDescriptionReturns the result of the finished operation.Methods inherited from interface org.gradle.tooling.events.ProgressEvent
getDescriptor, getDisplayName, getEventTime
-
Method Details
-
getResult
OperationResult getResult()Returns the result of the finished operation.- Returns:
- the result of the finished operation
-