Class AbstractTemplatesLoader<T>


  • public abstract class AbstractTemplatesLoader<T>
    extends Object
    Deprecated.
    since 5.1. Isn't used in TeamCity notification component or by any known plugin. Most probably will be removed in future versions of TeamCity.
    Loads templates from specified XML file.
    • Constructor Detail

      • AbstractTemplatesLoader

        public AbstractTemplatesLoader()
        Deprecated.
    • Method Detail

      • load

        public void load​(TemplateConfig<T> templateConfig,
                         org.jdom.Element rootElement)
        Deprecated.
        Loads notificator templates. For every <template/> element createTemplate() method will be called and result will be stored in this object depending on the event type of the created template.
      • createTemplate

        protected abstract T createTemplate​(org.jdom.Element templateElement)
        Deprecated.