Class MvnBuildScanUploadSettings_1_0

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

    @MavenVersion(since="3.3.1")
    @MavenExtensionVersion(since="1.6")
    public class MvnBuildScanUploadSettings_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 MvnBuildScanUploadSettings_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

      • MvnBuildScanUploadSettings_1_0

        public MvnBuildScanUploadSettings_1_0​(boolean uploadInBackground)