Class EvaluateSettingsStarted_1_0

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

    @GradleVersion(since="2.0",
                   except="2.9")
    @PluginVersion(since="1.13")
    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 Detail

      • id

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

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

      • EvaluateSettingsStarted_1_0

        public EvaluateSettingsStarted_1_0​(long id,
                                           String buildPath)