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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
public final long idThe ID of the buildSrc building activity. -
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
-
-
Method Details