56 lines
1.3 KiB
HTML
56 lines
1.3 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<meta charset="UTF-8">
|
|
<title>SvnVcsRoot.ExternalsMode - </title>
|
|
<link rel="stylesheet" href="../../../style.css">
|
|
</HEAD>
|
|
<BODY>
|
|
<a href="../../index.html">jetbrains.buildServer.configs.kotlin.v10.vcs</a> / <a href="../index.html">SvnVcsRoot</a> / <a href="./index.html">ExternalsMode</a><br/>
|
|
<br/>
|
|
<h1>ExternalsMode</h1>
|
|
<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">ExternalsMode</span></code>
|
|
<p>Subversion externals mode</p>
|
|
<h3>Enum Values</h3>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-f-u-l-l_-s-u-p-p-o-r-t.html">FULL_SUPPORT</a></p>
|
|
</td>
|
|
<td>
|
|
<p>Detect changes and checkout sources from externals</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-c-h-e-c-k-o-u-t.html">CHECKOUT</a></p>
|
|
</td>
|
|
<td>
|
|
<p>Checkout sources from externals, ignore changes</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-d-i-s-a-b-l-e-d.html">DISABLED</a></p>
|
|
</td>
|
|
<td>
|
|
<p>Don't detect changes and don't checkout sources from externals</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>
|