jetbrains.buildServer.configs.kotlin.v2019_2 / Project / parentId

parentId

var parentId: AbsoluteId?

Id of the parent project, defines a place for this project in a project hierarchy. Can be omitted in relative context, when the parent project is the Root project, or a project is added to its parent using the subProject method. Otherwise it is mandatory.

fun parentId(absoluteId: String): Unit