RelativeId

data class RelativeId(val relativeId: String) : 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

Constructors

Link copied to clipboard
constructor(relativeId: String)

Properties

Link copied to clipboard
open override val id: Id?
Link copied to clipboard
Link copied to clipboard
open override val value: String

Full id to be used in TeamCity.

Functions

Link copied to clipboard
open override fun toString(): String