34 lines
2.5 KiB
HTML
34 lines
2.5 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<meta charset="UTF-8">
|
|
<title>VcsSettings.checkoutMode - </title>
|
|
<link rel="stylesheet" href="../../style.css">
|
|
</HEAD>
|
|
<BODY>
|
|
<a href="../index.html">jetbrains.buildServer.configs.kotlin.v2018_1</a> / <a href="index.html">VcsSettings</a> / <a href="./checkout-mode.html">checkoutMode</a><br/>
|
|
<br/>
|
|
<h1>checkoutMode</h1>
|
|
<a name="jetbrains.buildServer.configs.kotlin.v2018_1.VcsSettings$checkoutMode"></a>
|
|
<code><span class="keyword">var </span><span class="identifier">checkoutMode</span><span class="symbol">: </span><a href="../-checkout-mode/index.html"><span class="identifier">CheckoutMode</span></a></code>
|
|
<p>Defines a preferred <a href="https://www.jetbrains.com/help/teamcity/?VCS+Checkout+Mode">checkout mode</a> for the build.</p>
|
|
<p>By default <a href="../-checkout-mode/-a-u-t-o.html">CheckoutMode.AUTO</a>, ie. TeamCity will choose the optimal checkout mode for build.</p>
|
|
<p>Actual checkout type can be different from specified, for example, if <a href="../-checkout-mode/-o-n_-a-g-e-n-t.html">CheckoutMode.ON_AGENT</a>
|
|
checkout type is set, but one of VCS roots does not support it, actual checkout type will be
|
|
switched to <a href="../-checkout-mode/-o-n_-s-e-r-v-e-r.html">CheckoutMode.ON_SERVER</a>.</p>
|
|
<p><strong>Getter</strong><br/>
|
|
<p>Defines a preferred <a href="https://www.jetbrains.com/help/teamcity/?VCS+Checkout+Mode">checkout mode</a> for the build.</p>
|
|
<p>By default <a href="../-checkout-mode/-a-u-t-o.html">CheckoutMode.AUTO</a>, ie. TeamCity will choose the optimal checkout mode for build.</p>
|
|
<p>Actual checkout type can be different from specified, for example, if <a href="../-checkout-mode/-o-n_-a-g-e-n-t.html">CheckoutMode.ON_AGENT</a>
|
|
checkout type is set, but one of VCS roots does not support it, actual checkout type will be
|
|
switched to <a href="../-checkout-mode/-o-n_-s-e-r-v-e-r.html">CheckoutMode.ON_SERVER</a>.</p>
|
|
</p>
|
|
<p><strong>Setter</strong><br/>
|
|
<p>Defines a preferred <a href="https://www.jetbrains.com/help/teamcity/?VCS+Checkout+Mode">checkout mode</a> for the build.</p>
|
|
<p>By default <a href="../-checkout-mode/-a-u-t-o.html">CheckoutMode.AUTO</a>, ie. TeamCity will choose the optimal checkout mode for build.</p>
|
|
<p>Actual checkout type can be different from specified, for example, if <a href="../-checkout-mode/-o-n_-a-g-e-n-t.html">CheckoutMode.ON_AGENT</a>
|
|
checkout type is set, but one of VCS roots does not support it, actual checkout type will be
|
|
switched to <a href="../-checkout-mode/-o-n_-s-e-r-v-e-r.html">CheckoutMode.ON_SERVER</a>.</p>
|
|
</p>
|
|
</BODY>
|
|
</HTML>
|