Build

constructor(@Json(name = "id") id: String, @Json(name = "availableAt") availableAt: Long, @Json(name = "buildToolType") buildToolType: String, @Json(name = "buildToolVersion") buildToolVersion: String, @Json(name = "buildAgentVersion") buildAgentVersion: String, @Json(name = "models") models: BuildModels? = null)

Parameters

id

The Build Scan ID.

availableAt

A unix-epoch-time in milliseconds referring to the instant that Develocity completed receiving and processing the build.

buildToolType

The build tool type of the build.

buildToolVersion

The build tool version used.

buildAgentVersion

The build agent version used.

models