Id

sealed class Id : IdOwner

An id of a TeamCity entity. It appears in the web UI and is used in urls. If the entity has a uuid specified, then the id can be changed at any time. If uuid is omitted, then TeamCity treats an entity with a changed id as a new entity, all data associated with the old entity will be lost (e.g. a build history, a commit graph).

See also

Inheritors

Properties

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

Full id to be used in TeamCity.