crusade-tracker/system/caches/pluginsDslCache/doc/jetbrains.build-server.configs.kotlin.v2018_2/-reuse-builds/index.html

47 lines
1.1 KiB
HTML
Raw Normal View History

2021-01-18 20:27:50 +00:00
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>ReuseBuilds - </title>
<link rel="stylesheet" href="../../style.css">
</HEAD>
<BODY>
<a href="../index.html">jetbrains.buildServer.configs.kotlin.v2018_2</a>&nbsp;/&nbsp;<a href="./index.html">ReuseBuilds</a><br/>
<br/>
<h1>ReuseBuilds</h1>
<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">ReuseBuilds</span></code>
<p><a href="https://www.jetbrains.com/help/teamcity/?Build+Dependencies+Setup#BuildDependenciesSetup-Reusingbuilds">Reuse builds</a> mode for <a href="../-snapshot-dependency/index.html">snapshot dependencies</a></p>
<p><strong>See Also</strong><br/>
<p><a href="../-snapshot-dependency/index.html">SnapshotDependency</a></p>
</p>
<h3>Enum Values</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="-n-o.html">NO</a></p>
</td>
<td>
<p>Do not reuse builds</p>
</td>
</tr>
<tr>
<td>
<p><a href="-s-u-c-c-e-s-s-f-u-l.html">SUCCESSFUL</a></p>
</td>
<td>
<p>Reuse successful builds only</p>
</td>
</tr>
<tr>
<td>
<p><a href="-a-n-y.html">ANY</a></p>
</td>
<td>
<p>Reuse any builds</p>
</td>
</tr>
</tbody>
</table>
</BODY>
</HTML>