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

BuildSettingsMode

enum class BuildSettingsMode

Specifies what settings to use for builds

Enum Values

USE_CURRENT_SETTINGS

Builds use current project settings from the TeamCity server. Settings changes in branches, history and personal builds are ignored. Users cannot run a build with custom project settings.

PREFER_CURRENT_SETTINGS

Builds use the latest project settings from the TeamCity server. Users can run a build with older project settings via the custom build dialog.

PREFER_SETTINGS_FROM_VCS

Builds load settings from the versioned settings revision calculated for the build. Users can change configuration settings in personal builds from IDE or can run a build with project settings current on the TeamCity server via the custom build dialog.

Companion Object Properties

mapping

val mapping: <ERROR CLASS>