Class ProjectBeforeEvaluateExecutionStarted_1_0

  • All Implemented Interfaces:
    com.gradle.scan.eventmodel.EventData

    @GradleVersion(since="4.9")
    @PluginVersion(since="1.14")
    public class ProjectBeforeEvaluateExecutionStarted_1_0
    extends Object
    implements com.gradle.scan.eventmodel.EventData
    An EventData containing details about beforeEvaluate lifecycle hook execution start.
    • Field Detail

      • id

        public final long id
        The id of the beforeEvaluate operation.
      • buildPath

        public final String buildPath
        The build path the project is part of.
      • projectPath

        public final String projectPath
        The fully qualified name of the project.
    • Constructor Detail

      • ProjectBeforeEvaluateExecutionStarted_1_0

        public ProjectBeforeEvaluateExecutionStarted_1_0​(long id,
                                                         String buildPath,
                                                         String projectPath)