Class EvaluateSettingsStarted_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.EvaluateSettingsStarted_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
EvaluateSettingsStarted_1_1
@GradleVersion(since="2.0",
except="2.9")
@PluginVersion(since="1.13",
until="3.18")
public class EvaluateSettingsStarted_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData that is published when the build settings evaluation has started.
An event stream will contain one EvaluateSettingsStarted_1_0 for each participating build.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
public final long idThe ID of the settings evaluation activity. -
buildPath
The path of the build.
-
-
Constructor Details
-
EvaluateSettingsStarted_1_0
-
-
Method Details