48 lines
1.2 KiB
HTML
48 lines
1.2 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<meta charset="UTF-8">
|
|
<title>AutoMerge.MergeCondition - </title>
|
|
<link rel="stylesheet" href="../../../style.css">
|
|
</HEAD>
|
|
<BODY>
|
|
<a href="../../index.html">jetbrains.buildServer.configs.kotlin.v10.buildFeatures</a> / <a href="../index.html">AutoMerge</a> / <a href="./index.html">MergeCondition</a><br/>
|
|
<br/>
|
|
<h1>MergeCondition</h1>
|
|
<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">MergeCondition</span></code>
|
|
<p>A condition which should be satisfied for merge to happen</p>
|
|
<h3>Enum Values</h3>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-s-u-c-c-e-s-s-f-u-l_-b-u-i-l-d.html">SUCCESSFUL_BUILD</a></p>
|
|
</td>
|
|
<td>
|
|
<p>Merge sources in successful builds only</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-n-o_-n-e-w_-f-a-i-l-e-d_-t-e-s-t-s.html">NO_NEW_FAILED_TESTS</a></p>
|
|
</td>
|
|
<td>
|
|
<p>Merge sources in build if there no new test failures</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>
|