JobStatisticsConfiguration

data class JobStatisticsConfiguration(val includedStatistics: List<String>? = null, val overrides: List<JobStatisticOverride>? = null)

Constructors

Link copied to clipboard
constructor(includedStatistics: List<String>? = null, overrides: List<JobStatisticOverride>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of included evaluations. When the list is undefined, all supported evaluations will be included.

Link copied to clipboard

List of overrides for evaluations.