Class LoadBuildStarted_1_0

java.lang.Object
com.gradle.scan.eventmodel.gradle.LoadBuildStarted_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
Direct Known Subclasses:
LoadBuildStarted_1_1

@GradleVersion(since="2.0", except="2.9") @PluginVersion(since="1.13", until="1.15") public class LoadBuildStarted_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
Indicates the loading of a build, of which there may be more than one.

A single Gradle invocation may be comprised of multiple builds. Embedded buildSrc builds are distinct builds, as are each included build of a composite.

  • Field Details

    • id

      public final long id
      The ID of the build loading activity.

      Used to correlate with LoadBuildFinished_1_0.id.

    • buildPath

      public final String buildPath
      The unique path for this build.

      Build paths are of the form ":buildName". The root build always has the path ":".

      Aspects of the build, such as tasks and projects, can be uniquely identified within a Gradle invocation by prefixing this path.

  • Constructor Details

    • LoadBuildStarted_1_0

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