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 SummaryModifier and TypeMethodDescriptionReturns the result of the finished operation.Methods inherited from interface org.gradle.tooling.events.ProgressEventgetDisplayName, getEventTimeMethods inherited from interface org.gradle.tooling.events.configuration.ProjectConfigurationProgressEventgetDescriptor
- 
Method Details- 
getResultProjectConfigurationOperationResult getResult()Description copied from interface:FinishEventReturns the result of the finished operation.- Specified by:
- getResultin interface- FinishEvent
- Returns:
- the result of the finished operation
 
 
-