MavenDevelocitySettings

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)

Parameters

backgroundPublicationEnabled

Indicates whether background Build Scan publication is enabled for the build. null if Develocity Maven extension version is <1.6. See https://docs.gradle.com/enterprise/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://docs.gradle.com/enterprise/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://docs.gradle.com/enterprise/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://docs.gradle.com/enterprise/maven-extension/#capturing_build_and_test_outputs.