47 lines
1.1 KiB
HTML
47 lines
1.1 KiB
HTML
<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.v10</a> / <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>
|