@EmailToken public class ProjectURLContent extends org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro
| Modifier and Type | Field and Description |
|---|---|
static String |
MACRO_NAME |
| Constructor and Description |
|---|
ProjectURLContent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsMacroName(String macroName) |
String |
evaluate(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener,
String macroName) |
boolean |
hasNestedContent() |
public static final String MACRO_NAME
public boolean acceptsMacroName(String macroName)
acceptsMacroName in class org.jenkinsci.plugins.tokenmacro.TokenMacropublic String evaluate(hudson.model.AbstractBuild<?,?> build, hudson.model.TaskListener listener, String macroName) throws org.jenkinsci.plugins.tokenmacro.MacroEvaluationException, IOException, InterruptedException
evaluate in class org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacroorg.jenkinsci.plugins.tokenmacro.MacroEvaluationExceptionIOExceptionInterruptedExceptionpublic boolean hasNestedContent()
hasNestedContent in class org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacroCopyright © 2004-2013. All Rights Reserved.