31 lines
2.1 KiB
HTML
31 lines
2.1 KiB
HTML
|
<HTML>
|
||
|
<HEAD>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>HgVcsRoot.useMirrors - </title>
|
||
|
<link rel="stylesheet" href="../../style.css">
|
||
|
</HEAD>
|
||
|
<BODY>
|
||
|
<a href="../index.html">jetbrains.buildServer.configs.kotlin.v10.vcs</a> / <a href="index.html">HgVcsRoot</a> / <a href="./use-mirrors.html">useMirrors</a><br/>
|
||
|
<br/>
|
||
|
<h1>useMirrors</h1>
|
||
|
<a name="jetbrains.buildServer.configs.kotlin.v10.vcs.HgVcsRoot$useMirrors"></a>
|
||
|
<code><span class="keyword">var </span><span class="identifier">useMirrors</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code>
|
||
|
<p>When set to true, TeamCity creates a local agent mirror first (under agent's system/mercurial directory) and then clones to the
|
||
|
build <a href="https://confluence.jetbrains.com/display/TCDL/Build+Checkout+Directory">checkout directory</a> from this local mirror.
|
||
|
This option speeds up clean checkout, because only the build working directory is cleaned.
|
||
|
Also, if a single root is used in several build configurations, a clone will be faster.</p>
|
||
|
<p><strong>Getter</strong><br/>
|
||
|
<p>When set to true, TeamCity creates a local agent mirror first (under agent's system/mercurial directory) and then clones to the
|
||
|
build <a href="https://confluence.jetbrains.com/display/TCDL/Build+Checkout+Directory">checkout directory</a> from this local mirror.
|
||
|
This option speeds up clean checkout, because only the build working directory is cleaned.
|
||
|
Also, if a single root is used in several build configurations, a clone will be faster.</p>
|
||
|
</p>
|
||
|
<p><strong>Setter</strong><br/>
|
||
|
<p>When set to true, TeamCity creates a local agent mirror first (under agent's system/mercurial directory) and then clones to the
|
||
|
build <a href="https://confluence.jetbrains.com/display/TCDL/Build+Checkout+Directory">checkout directory</a> from this local mirror.
|
||
|
This option speeds up clean checkout, because only the build working directory is cleaned.
|
||
|
Also, if a single root is used in several build configurations, a clone will be faster.</p>
|
||
|
</p>
|
||
|
</BODY>
|
||
|
</HTML>
|