50 lines
1.4 KiB
HTML
50 lines
1.4 KiB
HTML
|
<HTML>
|
||
|
<HEAD>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>AutoMerge.RunPolicy - </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">RunPolicy</a><br/>
|
||
|
<br/>
|
||
|
<h1>RunPolicy</h1>
|
||
|
<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">RunPolicy</span></code>
|
||
|
<p>Policy for running merge feature</p>
|
||
|
<h3>Enum Values</h3>
|
||
|
<table>
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p><a href="-b-e-f-o-r-e_-b-u-i-l-d_-f-i-n-i-s-h.html">BEFORE_BUILD_FINISH</a></p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>Run merge before build finish
|
||
|
It will affect duration of build but status will be not changed after build finish</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p><a href="-a-f-t-e-r_-b-u-i-l-d_-f-i-n-i-s-h.html">AFTER_BUILD_FINISH</a></p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>Run merge after build finish.
|
||
|
Build will be marked as finished when merge is not performed. If merge fails the status of the build can be changed</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>
|