GradleGradleEnterpriseSettings

constructor(@Json(name = "backgroundPublicationEnabled") backgroundPublicationEnabled: Boolean? = null, @Json(name = "buildOutputCapturingEnabled") buildOutputCapturingEnabled: Boolean? = null, @Json(name = "taskInputsFileCapturingEnabled") taskInputsFileCapturingEnabled: 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 Gradle version is <5.0 or Develocity Gradle plugin version is <3.4. See https://gradle.com/help/gradle-plugin-configuring-background-uploading.

buildOutputCapturingEnabled

Indicates whether build logging output capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.7. See https://gradle.com/help/gradle-plugin-capturing-build-and-test-outputs.

taskInputsFileCapturingEnabled

Indicates whether task input file snapshots capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <2.1. See https://gradle.com/help/gradle-plugin-capturing-task-input-files.

testOutputCapturingEnabled

Indicates whether test logging output capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.7. See https://gradle.com/help/gradle-plugin-capturing-build-and-test-outputs.

resourceUsageCapturingEnabled

Indicates whether resource usage capturing is enabled for the build. null if Gradle version is <5.0 or Develocity Gradle plugin version is <3.18. See https://gradle.com/help/gradle-plugin-capturing-resource-usage.