jetbrains.buildServer.configs.kotlin.v10.projectFeatures / VersionedSettings / Mode

Mode

enum class Mode

Versioned settings mode

Enum Values

ENABLED

Versioned settings are enabled in the project and all subprojects which use the SAME_AS_PARENT mode transitively

DISABLED

Versioned settings are disabled in the project and all subprojects which use the SAME_AS_PARENT mode transitively

SAME_AS_PARENT

Versioned settings are configured to use the same settings as in the parent project

Companion Object Properties

mapping

val mapping: <ERROR CLASS>