Interface ProjectConfigurationFinishEvent
-
- All Superinterfaces:
FinishEvent
,ProgressEvent
,ProjectConfigurationProgressEvent
@Incubating public interface ProjectConfigurationFinishEvent extends ProjectConfigurationProgressEvent, FinishEvent
An event that informs about a project configuration operation having finished its execution.- Since:
- 5.1
-
-
Method Summary
-
Methods inherited from interface org.gradle.tooling.events.FinishEvent
getResult
-
Methods inherited from interface org.gradle.tooling.events.ProgressEvent
getDisplayName, getEventTime
-
Methods inherited from interface org.gradle.tooling.events.configuration.ProjectConfigurationProgressEvent
getDescriptor
-
-