jetbrains.buildServer.configs.kotlin.v2018_1 / AbsoluteId

AbsoluteId

data class AbsoluteId : Id

Entity id to be used as is, without any prefixes provided by TeamCity.

See Also

RelativeId

Constructors

<init>

AbsoluteId(absoluteId: String)

Entity id to be used as is, without any prefixes provided by TeamCity.

Properties

absoluteId

val absoluteId: String

value

val value: String

Full id to be used in TeamCity.

Inherited Properties

id

open val id: Id?

Functions

toString

fun toString(): String