MavenGradleEnterpriseSettings

constructor(@Json(name = "backgroundPublicationEnabled") backgroundPublicationEnabled: Boolean? = null, @Json(name = "buildOutputCapturingEnabled") buildOutputCapturingEnabled: Boolean? = null, @Json(name = "goalInputsFileCapturingEnabled") goalInputsFileCapturingEnabled: Boolean? = null, @Json(name = "testOutputCapturingEnabled") testOutputCapturingEnabled: Boolean? = null, @Json(name = "resourceUsageCapturingEnabled") resourceUsageCapturingEnabled: Boolean? = null)

Parameters

backgroundPublicationEnabled

Indicates whether background Build Scan publication is enabled for the build. null if Develocity Maven extension version is <1.6. See https://gradle.com/help/maven-extension-configuring-background-uploading.

buildOutputCapturingEnabled

Indicates whether to capture build logging output for the build. null if Develocity Maven extension version is <1.11. See https://gradle.com/help/maven-extension-capturing-build-and-test-outputs.

goalInputsFileCapturingEnabled

Indicates whether to capture goal input file snapshots for the build. null if Develocity Maven extension version is <1.1. See https://gradle.com/help/maven-extension-capturing-goal-input-files.

testOutputCapturingEnabled

Indicates whether to capture test logging output for the build. null if Develocity Maven extension version is <1.11. See https://gradle.com/help/maven-extension-capturing-build-and-test-outputs.

resourceUsageCapturingEnabled

Indicates whether resource usage capturing is enabled for the build. null if Develocity Maven extension version is <1.22. See https://gradle.com/help/maven-extension-capturing-resource-usage.