Class FreezeVirtualConfigurations
- java.lang.Object
 - 
- jetbrains.buildServer.virtualConfiguration.processor.impl.FreezeVirtualConfigurations
 
 
- 
- All Implemented Interfaces:
 ServerExtension,VersionedSettingsFreezePostProcessor,TeamCityExtension
public class FreezeVirtualConfigurations extends Object implements VersionedSettingsFreezePostProcessor
 
- 
- 
Constructor Summary
Constructors Constructor Description FreezeVirtualConfigurations(BuildTypeContext context) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostProcess(Set<BuildPromotionEx> promotionsWithFrozenSettings) 
 - 
 
- 
- 
Constructor Detail
- 
FreezeVirtualConfigurations
public FreezeVirtualConfigurations(@NotNull BuildTypeContext context) 
 - 
 
- 
Method Detail
- 
postProcess
public void postProcess(@NotNull Set<BuildPromotionEx> promotionsWithFrozenSettings)- Specified by:
 postProcessin interfaceVersionedSettingsFreezePostProcessor
 
 - 
 
 -