crusade-tracker/system/caches/pluginsDslCache/doc/jetbrains.build-server.configs.kotlin.v2018_2/-project/parent-id.html

24 lines
1.9 KiB
HTML
Raw Permalink Normal View History

2021-01-18 20:27:50 +00:00
<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>&nbsp;/&nbsp;<a href="index.html">Project</a>&nbsp;/&nbsp;<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>&nbsp;<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>