Class BuildSrcBuildStarted_1_0

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

    @GradleVersion(since="4.3")
    @PluginVersion(since="1.14")
    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 Detail

      • 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 Detail

      • BuildSrcBuildStarted_1_0

        public BuildSrcBuildStarted_1_0​(long id,
                                        @Nullable
                                        @Nullable String buildPath)