Class SameIdTriggersAndFeaturesRemovingConverter
- java.lang.Object
-
- jetbrains.buildServer.serverSide.versioning.converters.SameIdTriggersAndFeaturesRemovingConverter
-
- All Implemented Interfaces:
Converter
public class SameIdTriggersAndFeaturesRemovingConverter extends Object implements Converter
The converter finds pairs of build features and triggers that have the same id in a template and a config inherited from it and removes their config versions. This is done to accommodate for a change in priorities. Previously the template version had a priority over the config ones, while it will be other way around from now on. So this converter prevents appearing of previously hidden triggers and features in configs.
-
-
Constructor Summary
Constructors Constructor Description SameIdTriggersAndFeaturesRemovingConverter()
-
-
-
Method Detail
-
convert
public void convert(@NotNull DBFunctions dbf, @NotNull File teamCityDataDir) throws ConvertException
- Specified by:
convert
in interfaceConverter
teamCityDataDir
- - directory which contains- Throws:
ConvertException
-
-