Package com.gradle.scan.eventmodel.npm
Class NpmBuildScanUploadSettings_1_0
java.lang.Object
com.gradle.scan.eventmodel.npm.NpmBuildScanUploadSettings_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@NpmVersion(since="10.8.2")
@NpmAgentVersion(since="0.9.0")
public class NpmBuildScanUploadSettings_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 NpmBuildScanUploadSettings_1_0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanWhether background build scan publication was enabled for the build. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uploadInBackground
public final boolean uploadInBackgroundWhether background build scan publication was enabled for the build.- See Also:
-
-
Constructor Details
-
NpmBuildScanUploadSettings_1_0
public NpmBuildScanUploadSettings_1_0(boolean uploadInBackground)
-
-
Method Details