20 lines
1.1 KiB
HTML
20 lines
1.1 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.v2017_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.v2017_2.Project$parentId"></a>
|
|
<code><span class="keyword">var </span><span class="identifier">parentId</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>
|
|
<p>Id 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 if the parent project is the <a href="https://www.jetbrains.com/help/teamcity/?Project#Project-RootProject">Root project</a>
|
|
or project is added to parent using <a href="sub-project.html">subProject</a> method.
|
|
Otherwise it is mandatory.</p>
|
|
</BODY>
|
|
</HTML>
|