jetbrains.buildServer.configs.kotlin.v2018_2 / Project / subProject

subProject

fun subProject(init: Project.() -> Unit): Project

Adds a subproject to this project

Parameters

init - function to initialize the subproject

fun subProject(subProject: Project): Unit

Adds the specified subproject to this project

Parameters

subProject - a subProject to register