Class 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 Detail

      • SameIdTriggersAndFeaturesRemovingConverter

        public SameIdTriggersAndFeaturesRemovingConverter()