Class BuildSettingsOptionsImpl
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.build.BuildSettingsOptionsImpl
-
- All Implemented Interfaces:
BuildSettingsOptions
public class BuildSettingsOptionsImpl extends Object implements BuildSettingsOptions
-
-
Field Summary
Fields Modifier and Type Field Description static String
FREEZE_CURRENT_SETTINGS
-
Constructor Summary
Constructors Constructor Description BuildSettingsOptionsImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
shouldFreezeCurrentSettings()
Returns true if TeamCity should freeze current buildType settings in all builds, false otherwise
-
-
-
Field Detail
-
FREEZE_CURRENT_SETTINGS
public static final String FREEZE_CURRENT_SETTINGS
- See Also:
- Constant Field Values
-
-
Method Detail
-
shouldFreezeCurrentSettings
public boolean shouldFreezeCurrentSettings()
Description copied from interface:BuildSettingsOptions
Returns true if TeamCity should freeze current buildType settings in all builds, false otherwise- Specified by:
shouldFreezeCurrentSettings
in interfaceBuildSettingsOptions
- Returns:
- see above
-
-