Class MvnBuildScanUploadSettings_1_0

java.lang.Object
com.gradle.scan.eventmodel.maven.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 Details

    • uploadInBackground

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

    • MvnBuildScanUploadSettings_1_0

      public MvnBuildScanUploadSettings_1_0(boolean uploadInBackground)
  • Method Details