NodeConfiguration

constructor(@Json(name = "enabled") enabled: Boolean, @Json(name = "replication") replication: ReplicationConfiguration? = null)

Parameters

enabled

Indicates if the Build Cache Node is enabled.

replication