org.jenkinsci.plugins.uithemes.util
Class TemplateUtil

java.lang.Object
  extended by org.jenkinsci.plugins.uithemes.util.TemplateUtil

public class TemplateUtil
extends Object

Author:
tom.fennelly@gmail.com

Constructor Summary
TemplateUtil()
           
 
Method Summary
static freemarker.template.Template createJenkinsEnvVariablesTemplate()
           
static freemarker.template.Template createLESSTemplate(String templateName, String templatePath, Class<?> loaderClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateUtil

public TemplateUtil()
Method Detail

createJenkinsEnvVariablesTemplate

public static freemarker.template.Template createJenkinsEnvVariablesTemplate()

createLESSTemplate

public static freemarker.template.Template createLESSTemplate(String templateName,
                                                              String templatePath,
                                                              Class<?> loaderClass)


Copyright © 2004-2015. All Rights Reserved.