134 lines
5.1 KiB
HTML
134 lines
5.1 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<meta charset="UTF-8">
|
|
<title>CommitStatusPublisher.Publisher - </title>
|
|
<link rel="stylesheet" href="../../../style.css">
|
|
</HEAD>
|
|
<BODY>
|
|
<a href="../../index.html">jetbrains.buildServer.configs.kotlin.v10.buildFeatures</a> / <a href="../index.html">CommitStatusPublisher</a> / <a href="./index.html">Publisher</a><br/>
|
|
<br/>
|
|
<h1>Publisher</h1>
|
|
<code><span class="keyword">sealed</span> <span class="keyword">class </span><span class="identifier">Publisher</span> <span class="symbol">:</span> <a href="../../../jetbrains.build-server.configs.kotlin.v10/-compound-param/index.html"><span class="identifier">CompoundParam</span></a></code>
|
|
<h3>Types</h3>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-bitbucket-cloud/index.html">BitbucketCloud</a></p>
|
|
</td>
|
|
<td>
|
|
<code><span class="keyword">class </span><span class="identifier">BitbucketCloud</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">Publisher</span></a></code></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-bitbucket-server/index.html">BitbucketServer</a></p>
|
|
</td>
|
|
<td>
|
|
<code><span class="keyword">class </span><span class="identifier">BitbucketServer</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">Publisher</span></a></code></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-gerrit/index.html">Gerrit</a></p>
|
|
</td>
|
|
<td>
|
|
<code><span class="keyword">class </span><span class="identifier">Gerrit</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">Publisher</span></a></code></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-github/index.html">Github</a></p>
|
|
</td>
|
|
<td>
|
|
<code><span class="keyword">class </span><span class="identifier">Github</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">Publisher</span></a></code></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-gitlab/index.html">Gitlab</a></p>
|
|
</td>
|
|
<td>
|
|
<code><span class="keyword">class </span><span class="identifier">Gitlab</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">Publisher</span></a></code></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-tfs/index.html">Tfs</a></p>
|
|
</td>
|
|
<td>
|
|
<code><span class="keyword">class </span><span class="identifier">Tfs</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">Publisher</span></a></code></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-upsource/index.html">Upsource</a></p>
|
|
</td>
|
|
<td>
|
|
<code><span class="keyword">class </span><span class="identifier">Upsource</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">Publisher</span></a></code></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h3>Inherited Properties</h3>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<p><a href="../../../jetbrains.build-server.configs.kotlin.v10/-compound-param/value.html">value</a></p>
|
|
</td>
|
|
<td>
|
|
<code><span class="keyword">val </span><span class="identifier">value</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h3>Inheritors</h3>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-bitbucket-cloud/index.html">BitbucketCloud</a></p>
|
|
</td>
|
|
<td>
|
|
<code><span class="keyword">class </span><span class="identifier">BitbucketCloud</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">Publisher</span></a></code></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-bitbucket-server/index.html">BitbucketServer</a></p>
|
|
</td>
|
|
<td>
|
|
<code><span class="keyword">class </span><span class="identifier">BitbucketServer</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">Publisher</span></a></code></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-gerrit/index.html">Gerrit</a></p>
|
|
</td>
|
|
<td>
|
|
<code><span class="keyword">class </span><span class="identifier">Gerrit</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">Publisher</span></a></code></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-github/index.html">Github</a></p>
|
|
</td>
|
|
<td>
|
|
<code><span class="keyword">class </span><span class="identifier">Github</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">Publisher</span></a></code></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-gitlab/index.html">Gitlab</a></p>
|
|
</td>
|
|
<td>
|
|
<code><span class="keyword">class </span><span class="identifier">Gitlab</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">Publisher</span></a></code></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-tfs/index.html">Tfs</a></p>
|
|
</td>
|
|
<td>
|
|
<code><span class="keyword">class </span><span class="identifier">Tfs</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">Publisher</span></a></code></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p><a href="-upsource/index.html">Upsource</a></p>
|
|
</td>
|
|
<td>
|
|
<code><span class="keyword">class </span><span class="identifier">Upsource</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">Publisher</span></a></code></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</BODY>
|
|
</HTML>
|