Class LoadProjectsStarted_1_0

java.lang.Object
com.gradle.scan.eventmodel.gradle.LoadProjectsStarted_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@GradleVersion(since="2.0", except="2.9") @PluginVersion(since="1.13") public class LoadProjectsStarted_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData that is published when loading projects for a build has started.

An event stream will contain one LoadProjectsStarted_1_0 per participating build.

  • Field Details

    • id

      public final long id
      The id of the project loading activity.
    • buildPath

      public final String buildPath
      The path of the build.
  • Constructor Details

    • LoadProjectsStarted_1_0

      public LoadProjectsStarted_1_0(long id, String buildPath)
  • Method Details