56 lines
1.5 KiB
HTML
56 lines
1.5 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<meta charset="UTF-8">
|
|
<title>VersionedSettings.Mode - </title>
|
|
<link rel="stylesheet" href="../../../style.css">
|
|
</HEAD>
|
|
<BODY>
|
|
<a href="../../index.html">jetbrains.buildServer.configs.kotlin.v10.projectFeatures</a> / <a href="../index.html">VersionedSettings</a> / <a href="./index.html">Mode</a><br/>
|
|
<br/>
|
|
<h1>Mode</h1>
|
|
<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">Mode</span></code>
|
|
<p>Versioned settings mode</p>
|
|
<h3>Enum Values</h3>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-e-n-a-b-l-e-d.html">ENABLED</a></p>
|
|
</td>
|
|
<td>
|
|
<p>Versioned settings are enabled in the project and all subprojects which use the SAME_AS_PARENT mode transitively</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-d-i-s-a-b-l-e-d.html">DISABLED</a></p>
|
|
</td>
|
|
<td>
|
|
<p>Versioned settings are disabled in the project and all subprojects which use the SAME_AS_PARENT mode transitively</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-s-a-m-e_-a-s_-p-a-r-e-n-t.html">SAME_AS_PARENT</a></p>
|
|
</td>
|
|
<td>
|
|
<p>Versioned settings are configured to use the same settings as in the parent project</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>
|