56 lines
1.3 KiB
HTML
56 lines
1.3 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<meta charset="UTF-8">
|
|
<title>BuildFailureOnMetric.MetricComparison - </title>
|
|
<link rel="stylesheet" href="../../../style.css">
|
|
</HEAD>
|
|
<BODY>
|
|
<a href="../../index.html">jetbrains.buildServer.configs.kotlin.v10.failureConditions</a> / <a href="../index.html">BuildFailureOnMetric</a> / <a href="./index.html">MetricComparison</a><br/>
|
|
<br/>
|
|
<h1>MetricComparison</h1>
|
|
<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">MetricComparison</span></code>
|
|
<p>A type of metric change</p>
|
|
<h3>Enum Values</h3>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-m-o-r-e.html">MORE</a></p>
|
|
</td>
|
|
<td>
|
|
<p>Fail the build when the metric increases</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-l-e-s-s.html">LESS</a></p>
|
|
</td>
|
|
<td>
|
|
<p>Fail the build when the metric decreases</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-d-i-f-f.html">DIFF</a></p>
|
|
</td>
|
|
<td>
|
|
<p>Fail the build when the metric increases or decreases</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h3>Companion Object Properties</h3>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<p><a href="mapping.html">mapping</a></p>
|
|
</td>
|
|
<td>
|
|
<code><span class="keyword">val </span><span class="identifier">mapping</span><span class="symbol">: </span><span class="identifier"><ERROR CLASS></span></code></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</BODY>
|
|
</HTML>
|