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 Details

    • id

      public final long id
      The ID of the settings evaluation activity.
    • buildPath

      public final String buildPath
      The path of the build.
  • Constructor Details

    • EvaluateSettingsStarted_1_0

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