@EmailToken public class TemplateContent extends AbstractEvalContent
Modifier and Type | Field and Description |
---|---|
String |
file |
static String |
MACRO_NAME |
configProvider, EMAIL_TEMPLATES_DIRECTORY, macroName
Constructor and Description |
---|
TemplateContent() |
Modifier and Type | Method and Description |
---|---|
String |
evaluate(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener,
String macroName) |
protected org.jenkinsci.lib.configprovider.ConfigProvider |
getConfigProvider() |
boolean |
hasNestedContent() |
acceptsMacroName, generateMissingFile, getCharset, getFileInputStream, scriptsFolder
public String file
public static final String MACRO_NAME
public String evaluate(hudson.model.AbstractBuild<?,?> build, hudson.model.TaskListener listener, String macroName) throws org.jenkinsci.plugins.tokenmacro.MacroEvaluationException, IOException, InterruptedException
evaluate
in class AbstractEvalContent
org.jenkinsci.plugins.tokenmacro.MacroEvaluationException
IOException
InterruptedException
protected org.jenkinsci.lib.configprovider.ConfigProvider getConfigProvider()
getConfigProvider
in class AbstractEvalContent
public boolean hasNestedContent()
hasNestedContent
in class AbstractEvalContent
Copyright © 2004-2015. All Rights Reserved.