crusade-tracker/system/caches/pluginsDslCache/doc/jetbrains.build-server.configs.kotlin.v10/-cleanup/all.html
2021-01-18 15:27:50 -05:00

23 lines
2.0 KiB
HTML

<HTML>
<HEAD>
<meta charset="UTF-8">
<title>Cleanup.all - </title>
<link rel="stylesheet" href="../../style.css">
</HEAD>
<BODY>
<a href="../index.html">jetbrains.buildServer.configs.kotlin.v10</a>&nbsp;/&nbsp;<a href="index.html">Cleanup</a>&nbsp;/&nbsp;<a href="./all.html">all</a><br/>
<br/>
<h1>all</h1>
<a name="jetbrains.buildServer.configs.kotlin.v10.Cleanup$all(kotlin.Int, kotlin.Int)"></a>
<code><span class="keyword">fun </span><span class="identifier">all</span><span class="symbol">(</span><span class="identifier" id="jetbrains.buildServer.configs.kotlin.v10.Cleanup$all(kotlin.Int, kotlin.Int)/days">days</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="jetbrains.buildServer.configs.kotlin.v10.Cleanup$all(kotlin.Int, kotlin.Int)/builds">builds</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
<p>Adds an <a href="https://www.jetbrains.com/help/teamcity/?Clean-Up#Clean-Up-ProjectClean-upRules">'everything'-level</a> clean-up rule.
Either <a href="all.html#jetbrains.buildServer.configs.kotlin.v10.Cleanup$all(kotlin.Int, kotlin.Int)/days">days</a> or <a href="all.html#jetbrains.buildServer.configs.kotlin.v10.Cleanup$all(kotlin.Int, kotlin.Int)/builds">builds</a> must be non-null, then they are both null
no clean-up will be added</p>
<h3>Parameters</h3>
<p><a name="days"></a>
<code>days</code> - number of days to store artifacts</p>
<p><a name="builds"></a>
<code>builds</code> - number of successful builds to store artifacts for</p>
</BODY>
</HTML>