BuildSettingsMode

enum BuildSettingsMode : Enum<VersionedSettings.BuildSettingsMode>

Specifies what settings to use for builds

Entries

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int