KeySecretPair

data class KeySecretPair(@Json(name = "key") val key: String, @Json(name = "secret") val secret: String)

A Build Cache Node key and secret pair.

Parameters

key

A unique identifier for the Build Cache Node in Develocity.

secret

The secret associated with the Build Cache Node.

Constructors

Link copied to clipboard
constructor(@Json(name = "key") key: String, @Json(name = "secret") secret: String)

Properties

Link copied to clipboard
val key: String
Link copied to clipboard