crusade-tracker/system/caches/pluginsDslCache/doc/jetbrains.build-server.configs.kotlin.v2018_1/-publish-mode/index.html
2021-01-18 15:27:50 -05:00

58 lines
1.4 KiB
HTML

<HTML>
<HEAD>
<meta charset="UTF-8">
<title>PublishMode - </title>
<link rel="stylesheet" href="../../style.css">
</HEAD>
<BODY>
<a href="../index.html">jetbrains.buildServer.configs.kotlin.v2018_1</a>&nbsp;/&nbsp;<a href="./index.html">PublishMode</a><br/>
<br/>
<h1>PublishMode</h1>
<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">PublishMode</span></code>
<p>This class is used to describe condition for artifact publishing at the end of the build</p>
<p><strong>Since</strong><br/>
2019.1</p>
<h3>Enum Values</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="-n-o-r-m-a-l-l-y_-f-i-n-i-s-h-e-d.html">NORMALLY_FINISHED</a></p>
</td>
<td>
<p>Can be successful or failed, but not interrupted, default</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>Only if successful and not interrupted</p>
</td>
</tr>
<tr>
<td>
<p><a href="-a-l-w-a-y-s.html">ALWAYS</a></p>
</td>
<td>
<p>Even if interrupted</p>
</td>
</tr>
</tbody>
</table>
<h3>Properties</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="description.html">description</a></p>
</td>
<td>
<code><span class="keyword">val </span><span class="identifier">description</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td>
</tr>
</tbody>
</table>
</BODY>
</HTML>