jetbrains.buildServer.configs.kotlin.v10.failureConditions / BuildFailureOnMetric / MetricComparison

MetricComparison

enum class MetricComparison

A type of metric change

Enum Values

MORE

Fail the build when the metric increases

LESS

Fail the build when the metric decreases

DIFF

Fail the build when the metric increases or decreases

Companion Object Properties

mapping

val mapping: <ERROR CLASS>