Class BuildSrcBuildStarted_1_0

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

@GradleVersion(since="4.3") @PluginVersion(since="1.14", until="3.18") public class BuildSrcBuildStarted_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData that is published when a buildSrc build has started.
  • Field Details

    • id

      public final long id
      The ID of the buildSrc building activity.
    • buildPath

      @Nullable("for Gradle < 4.6") public final @Nullable("for Gradle < 4.6") String buildPath
      The path of the build for which a buildSrc build has started, i.e. the build path of the _containing_ build.
  • Constructor Details

    • BuildSrcBuildStarted_1_0

      public BuildSrcBuildStarted_1_0(long id, @Nullable @Nullable String buildPath)
  • Method Details