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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProjectConfigurationOperationResult
getResult()
Returns the result of the finished operation.-
Methods inherited from interface org.gradle.tooling.events.ProgressEvent
getDisplayName, getEventTime
-
Methods inherited from interface org.gradle.tooling.events.configuration.ProjectConfigurationProgressEvent
getDescriptor
-
-
-
-
Method Detail
-
getResult
ProjectConfigurationOperationResult getResult()
Description copied from interface:FinishEvent
Returns the result of the finished operation.- Specified by:
getResult
in interfaceFinishEvent
- Returns:
- the result of the finished operation
-
-