crusade-tracker/system/caches/pluginsDslCache/doc/jetbrains.build-server.configs.kotlin.v10.vcs/-git-vcs-root/use-mirrors.html
2021-01-18 15:27:50 -05:00

28 lines
1.4 KiB
HTML

<HTML>
<HEAD>
<meta charset="UTF-8">
<title>GitVcsRoot.useMirrors - </title>
<link rel="stylesheet" href="../../style.css">
</HEAD>
<BODY>
<a href="../index.html">jetbrains.buildServer.configs.kotlin.v10.vcs</a>&nbsp;/&nbsp;<a href="index.html">GitVcsRoot</a>&nbsp;/&nbsp;<a href="./use-mirrors.html">useMirrors</a><br/>
<br/>
<h1>useMirrors</h1>
<a name="jetbrains.buildServer.configs.kotlin.v10.vcs.GitVcsRoot$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 this option is enabled, TeamCity creates a separate clone of the repository on each agent
and uses it in the checkout directory via git alternates. This make agent-side checkout faster.
By default true.</p>
<p><strong>Getter</strong><br/>
<p>When this option is enabled, TeamCity creates a separate clone of the repository on each agent
and uses it in the checkout directory via git alternates. This make agent-side checkout faster.
By default true.</p>
</p>
<p><strong>Setter</strong><br/>
<p>When this option is enabled, TeamCity creates a separate clone of the repository on each agent
and uses it in the checkout directory via git alternates. This make agent-side checkout faster.
By default true.</p>
</p>
</BODY>
</HTML>