Interface ProjectConfigurationFinishEvent
- All Superinterfaces:
 FinishEvent,ProgressEvent,ProjectConfigurationProgressEvent
public interface ProjectConfigurationFinishEvent
extends ProjectConfigurationProgressEvent, FinishEvent
An event that informs about a project configuration operation having finished its execution.
- Since:
 - 5.1
 
- 
Method Summary
Modifier and TypeMethodDescriptionReturns the result of the finished operation.Methods inherited from interface org.gradle.tooling.events.ProgressEvent
getDisplayName, getEventTimeMethods inherited from interface org.gradle.tooling.events.configuration.ProjectConfigurationProgressEvent
getDescriptor 
- 
Method Details
- 
getResult
ProjectConfigurationOperationResult getResult()Description copied from interface:FinishEventReturns the result of the finished operation.- Specified by:
 getResultin interfaceFinishEvent- Returns:
 - the result of the finished operation
 
 
 -