Class BuildScanUploadSettings_1_0

java.lang.Object
com.gradle.scan.eventmodel.gradle.BuildScanUploadSettings_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@GradleVersion(since="5.0") @PluginVersion(since="3.4") public class BuildScanUploadSettings_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
Indicates the build's decision whether to publish the build scan in a background process.

An event stream will contain a single BuildScanUploadSettings_1_0.

  • Field Details

    • uploadInBackground

      public final boolean uploadInBackground
      Whether background build scan publication was enabled for the build.
      See Also:
  • Constructor Details

    • BuildScanUploadSettings_1_0

      public BuildScanUploadSettings_1_0(boolean uploadInBackground)
  • Method Details