ComparisonDifferences

data class ComparisonDifferences(@Json(name = "workUnitInputs") val workUnitInputs: Boolean? = null, @Json(name = "dependencies") val dependencies: Boolean? = null, @Json(name = "buildDependencies") val buildDependencies: Boolean? = null, @Json(name = "customValues") val customValues: Boolean? = null, @Json(name = "switches") val switches: Boolean? = null, @Json(name = "infrastructure") val infrastructure: Boolean? = null)

Boolean flags indicating which comparison dimensions have differences. Null when the build tool doesn't support the compared dimension.

Parameters

workUnitInputs

Whether there are differences in work unit inputs (task inputs for Gradle, goal inputs for Maven).

dependencies

Whether there are differences in dependencies.

buildDependencies

Whether there are differences in build dependencies.

customValues

Whether there are differences in custom values.

switches

Whether there are differences in switches.

infrastructure

Whether there are differences in infrastructure.

Constructors

Link copied to clipboard
constructor(@Json(name = "workUnitInputs") workUnitInputs: Boolean? = null, @Json(name = "dependencies") dependencies: Boolean? = null, @Json(name = "buildDependencies") buildDependencies: Boolean? = null, @Json(name = "customValues") customValues: Boolean? = null, @Json(name = "switches") switches: Boolean? = null, @Json(name = "infrastructure") infrastructure: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard