72 lines
3.2 KiB
HTML
72 lines
3.2 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<meta charset="UTF-8">
|
|
<title>IdOwner - </title>
|
|
<link rel="stylesheet" href="../../style.css">
|
|
</HEAD>
|
|
<BODY>
|
|
<a href="../index.html">jetbrains.buildServer.configs.kotlin.v2019_2</a> / <a href="./index.html">IdOwner</a><br/>
|
|
<br/>
|
|
<h1>IdOwner</h1>
|
|
<code><span class="keyword">interface </span><span class="identifier">IdOwner</span></code>
|
|
<h3>Properties</h3>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<p><a href="id.html">id</a></p>
|
|
</td>
|
|
<td>
|
|
<code><span class="keyword">abstract</span> <span class="keyword">val </span><span class="identifier">id</span><span class="symbol">: </span><a href="../-id/index.html"><span class="identifier">Id</span></a><span class="symbol">?</span></code></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h3>Inheritors</h3>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<p><a href="../-build-type-settings/index.html">BuildTypeSettings</a></p>
|
|
</td>
|
|
<td>
|
|
<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">BuildTypeSettings</span> <span class="symbol">:</span> <a href="../-validatable/index.html"><span class="identifier">Validatable</span></a><span class="symbol">, </span><a href="./index.html"><span class="identifier">IdOwner</span></a></code>
|
|
<p>Contains common settings between <a href="../-build-type/index.html">BuildType</a> and <a href="../-template/index.html">Template</a></p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p><a href="../-id/index.html">Id</a></p>
|
|
</td>
|
|
<td>
|
|
<code><span class="keyword">sealed</span> <span class="keyword">class </span><span class="identifier">Id</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">IdOwner</span></a></code>
|
|
<p>An <a href="https://www.jetbrains.com/help/teamcity/?Identifier">id</a> of a TeamCity entity.
|
|
It appears in the web UI and is used in urls.
|
|
If the entity has a uuid specified, then the id can be changed at any time.
|
|
If uuid is omitted, then TeamCity treats an entity with a changed id as
|
|
a new entity, all data associated with the old entity will be lost (e.g.
|
|
a build history, a commit graph).</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p><a href="../-project/index.html">Project</a></p>
|
|
</td>
|
|
<td>
|
|
<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Project</span> <span class="symbol">:</span> <a href="../-validatable/index.html"><span class="identifier">Validatable</span></a><span class="symbol">, </span><a href="./index.html"><span class="identifier">IdOwner</span></a></code>
|
|
<p>Represents TeamCity <a href="https://www.jetbrains.com/help/teamcity/?Project">project</a>.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p><a href="../-vcs-root/index.html">VcsRoot</a></p>
|
|
</td>
|
|
<td>
|
|
<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">VcsRoot</span> <span class="symbol">:</span> <a href="../-parametrized/index.html"><span class="identifier">Parametrized</span></a><span class="symbol">, </span><a href="../-validatable/index.html"><span class="identifier">Validatable</span></a><span class="symbol">, </span><a href="./index.html"><span class="identifier">IdOwner</span></a></code>
|
|
<p>A base class representing TeamCity <a href="https://www.jetbrains.com/help/teamcity/?VCS+root">VCS root</a>.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</BODY>
|
|
</HTML>
|