56 lines
1.3 KiB
HTML
56 lines
1.3 KiB
HTML
|
<HTML>
|
||
|
<HEAD>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Swabra.LockingProcessPolicy - </title>
|
||
|
<link rel="stylesheet" href="../../../style.css">
|
||
|
</HEAD>
|
||
|
<BODY>
|
||
|
<a href="../../index.html">jetbrains.buildServer.configs.kotlin.v10.buildFeatures</a> / <a href="../index.html">Swabra</a> / <a href="./index.html">LockingProcessPolicy</a><br/>
|
||
|
<br/>
|
||
|
<h1>LockingProcessPolicy</h1>
|
||
|
<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">LockingProcessPolicy</span></code>
|
||
|
<p>Specifies how to handle processes locking some files</p>
|
||
|
<h3>Enum Values</h3>
|
||
|
<table>
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p><a href="-d-i-s-a-b-l-e-d.html">DISABLED</a></p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>Don't detect locking processes</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p><a href="-r-e-p-o-r-t.html">REPORT</a></p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>Report detected locking processes</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p><a href="-k-i-l-l.html">KILL</a></p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>Kill detected locking processes</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>
|