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 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
-
BuildScanUploadSettings_1_0
public BuildScanUploadSettings_1_0(boolean uploadInBackground)
-
-
Method Details