crusade-tracker/system/caches/pluginsDslCache/doc/jetbrains.build-server.configs.kotlin.v10.build-features/-auto-merge/-merge-condition/index.html

48 lines
1.2 KiB
HTML
Raw Normal View History

2021-01-18 20:27:50 +00:00
<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>&nbsp;/&nbsp;<a href="../index.html">AutoMerge</a>&nbsp;/&nbsp;<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">&lt;ERROR CLASS&gt;</span></code></td>
</tr>
</tbody>
</table>
</BODY>
</HTML>