24 lines
1.9 KiB
HTML
24 lines
1.9 KiB
HTML
|
<HTML>
|
||
|
<HEAD>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Project.parentId - </title>
|
||
|
<link rel="stylesheet" href="../../style.css">
|
||
|
</HEAD>
|
||
|
<BODY>
|
||
|
<a href="../index.html">jetbrains.buildServer.configs.kotlin.v2018_2</a> / <a href="index.html">Project</a> / <a href="./parent-id.html">parentId</a><br/>
|
||
|
<br/>
|
||
|
<h1>parentId</h1>
|
||
|
<a name="jetbrains.buildServer.configs.kotlin.v2018_2.Project$parentId"></a>
|
||
|
<code><span class="keyword">var </span><span class="identifier">parentId</span><span class="symbol">: </span><a href="../-absolute-id/index.html"><span class="identifier">AbsoluteId</span></a><span class="symbol">?</span></code>
|
||
|
<p><a href="https://www.jetbrains.com/help/teamcity/?Identifier">Id</a> of the parent project,
|
||
|
defines a place for this project in a
|
||
|
<a href="https://www.jetbrains.com/help/teamcity/?Project#Project-ProjectHierarchy">project hierarchy</a>.
|
||
|
Can be omitted in <a href="../-dsl-context/is-relative.html">relative context</a>, when the parent project is the
|
||
|
<a href="https://www.jetbrains.com/help/teamcity/?Project#Project-RootProject">Root project</a>,
|
||
|
or a project is added to its parent using the <a href="sub-project.html">subProject</a> method.
|
||
|
Otherwise it is mandatory.</p>
|
||
|
<a name="jetbrains.buildServer.configs.kotlin.v2018_2.Project$parentId(kotlin.String)"></a>
|
||
|
<code><span class="keyword">fun </span><span class="identifier">parentId</span><span class="symbol">(</span><span class="identifier" id="jetbrains.buildServer.configs.kotlin.v2018_2.Project$parentId(kotlin.String)/absoluteId">absoluteId</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><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
|
||
|
</BODY>
|
||
|
</HTML>
|