25 lines
1.1 KiB
HTML
25 lines
1.1 KiB
HTML
|
<HTML>
|
||
|
<HEAD>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>VcsSettings.cleanCheckout - </title>
|
||
|
<link rel="stylesheet" href="../../style.css">
|
||
|
</HEAD>
|
||
|
<BODY>
|
||
|
<a href="../index.html">jetbrains.buildServer.configs.kotlin.v10</a> / <a href="index.html">VcsSettings</a> / <a href="./clean-checkout.html">cleanCheckout</a><br/>
|
||
|
<br/>
|
||
|
<h1>cleanCheckout</h1>
|
||
|
<a name="jetbrains.buildServer.configs.kotlin.v10.VcsSettings$cleanCheckout"></a>
|
||
|
<code><span class="keyword">var </span><span class="identifier">cleanCheckout</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>If true, all files in build's working directory will be
|
||
|
deleted before the build is started. By default false.</p>
|
||
|
<p><strong>Getter</strong><br/>
|
||
|
<p>If true, all files in build's working directory will be
|
||
|
deleted before the build is started. By default false.</p>
|
||
|
</p>
|
||
|
<p><strong>Setter</strong><br/>
|
||
|
<p>If true, all files in build's working directory will be
|
||
|
deleted before the build is started. By default false.</p>
|
||
|
</p>
|
||
|
</BODY>
|
||
|
</HTML>
|