Class ConfigYmlTagsUtil


  • public class ConfigYmlTagsUtil
    extends Object
    • Constructor Detail

      • ConfigYmlTagsUtil

        public ConfigYmlTagsUtil()
    • Method Detail

      • readTemplateParams

        public static IacTemplateParameters readTemplateParams​(PrintStream logger,
                                                               FilePath configFile,
                                                               String parentName)
        This method reads config.yml file and extracts Template Parameters Information Set extracted values to IaCTemplateParameters object
        Parameters:
        logger - the job logger
        configFile - the config file path
        Returns:
        IacTemplateParameters
      • parseAndSetTag

        public static void parseAndSetTag​(String tagPairString,
                                          Map<String,​String> tags)