Class 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 Detail

      • uploadInBackground

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

      • BuildScanUploadSettings_1_0

        public BuildScanUploadSettings_1_0​(boolean uploadInBackground)