jetbrains.buildServer.configs.kotlin.v2018_1 / RelativeId

RelativeId

data class RelativeId : Id

Entity id relative to the project where versioned settings were enabled. When DSL executed the id of the project with enabled versioned settings is prepended to all relative ids. Can be used only in DSL generated with the 'Generate portable DSL scripts' option enabled.

See Also

AbsoluteId

Constructors

<init>

RelativeId(relativeId: String)

Entity id relative to the project where versioned settings were enabled. When DSL executed the id of the project with enabled versioned settings is prepended to all relative ids. Can be used only in DSL generated with the 'Generate portable DSL scripts' option enabled.

Properties

relativeId

val relativeId: String

value

val value: String

Full id to be used in TeamCity.

Inherited Properties

id

open val id: Id?

Functions

toString

fun toString(): String