open class Perfmon : BuildFeature
A build feature allows you to get the statistics on the CPU, disk and memory usage during a build run on a build agent.
See Also
Perfmon(init: Perfmon.() -> Unit = {}, base: Perfmon? = null) |
var enabled: Boolean
Specifies whether the feature is enabled |
|
var id: String?
Build feature id, if not specified will be generated |
|
var type: String
Build feature type |