46 lines
1.3 KiB
HTML
46 lines
1.3 KiB
HTML
|
<HTML>
|
||
|
<HEAD>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>CleanupLevel - </title>
|
||
|
<link rel="stylesheet" href="../../style.css">
|
||
|
</HEAD>
|
||
|
<BODY>
|
||
|
<a href="../index.html">jetbrains.buildServer.configs.kotlin.v2018_2</a> / <a href="./index.html">CleanupLevel</a><br/>
|
||
|
<br/>
|
||
|
<h1>CleanupLevel</h1>
|
||
|
<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">CleanupLevel</span></code>
|
||
|
<p>Specifies what <a href="https://www.jetbrains.com/help/teamcity/?Clean-Up#Clean-Up-ProjectClean-upRules">data</a> should be cleaned.
|
||
|
Each level includes the one(s) above it.</p>
|
||
|
<h3>Enum Values</h3>
|
||
|
<table>
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p><a href="-a-r-t-i-f-a-c-t-s.html">ARTIFACTS</a></p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>Build artifacts are deleted, all other data including build logs and
|
||
|
<a href="https://www.jetbrains.com/help/teamcity/?Build+Artifact#BuildArtifact-HiddenArtifacts">hidden artifacts</a> is preserved.</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p><a href="-h-i-s-t-o-r-y_-e-n-t-r-y.html">HISTORY_ENTRY</a></p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>All the build data is deleted except for builds statistics values that are visible in the statistics charts</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p><a href="-e-v-e-r-y-t-h-i-n-g.html">EVERYTHING</a></p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>All the build data is deleted</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</BODY>
|
||
|
</HTML>
|