@EmailToken public class FailedTestsContent extends org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro
| Modifier and Type | Field and Description |
|---|---|
static String |
MACRO_NAME |
int |
maxLength |
int |
maxTests |
boolean |
onlyRegressions |
boolean |
showStack |
| Constructor and Description |
|---|
FailedTestsContent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsMacroName(String macroName) |
String |
evaluate(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener,
String macroName) |
evaluate, hasNestedContentpublic boolean showStack
public int maxTests
public boolean onlyRegressions
public int maxLength
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.MacroEvaluationExceptionIOExceptionInterruptedExceptionCopyright © 2004-2013. All Rights Reserved.