GradleEnterpriseVersion

data class GradleEnterpriseVersion(@Json(name = "string") val string: String, @Json(name = "year") val year: Int, @Json(name = "release") val release: Int, @Json(name = "patch") val patch: Int)

Deprecated

This schema is deprecated.

This object is deprecated, use DevelocityVersion instead.

Parameters

string

The complete version string of format YEAR.RELEASE.PATCH, where the patch component is omitted when 0 (e.g. 2022.3, 2022.3.1).

year

The gregorian calendar year of the release.

release

The sequence number of the release for that year, starting with 1.

patch

The patch level of the release, starting with 0.

Constructors

Link copied to clipboard
constructor(@Json(name = "string") string: String, @Json(name = "year") year: Int, @Json(name = "release") release: Int, @Json(name = "patch") patch: Int)

Properties

Link copied to clipboard
val patch: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val year: Int