Class ProjectAfterEvaluateExecutionStarted_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.ProjectAfterEvaluateExecutionStarted_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="4.9")
@PluginVersion(since="1.14")
public class ProjectAfterEvaluateExecutionStarted_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData
containing details about afterEvaluate lifecycle hook execution start.-
Field Summary
-
Constructor Summary
ConstructorDescriptionProjectAfterEvaluateExecutionStarted_1_0
(long id, String buildPath, String projectPath) -
Method Summary
-
Field Details
-
id
public final long idThe id of the afterEvaluate operation. -
buildPath
The build path the project is part of. -
projectPath
The fully qualified name of the project.
-
-
Constructor Details
-
ProjectAfterEvaluateExecutionStarted_1_0
-
-
Method Details