@EmailToken public class BuildLogRegexContent extends org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro
| Modifier and Type | Field and Description |
|---|---|
boolean |
addNewline |
String |
defaultValue |
boolean |
escapeHtml |
int |
linesAfter |
int |
linesBefore |
static String |
MACRO_NAME |
String |
matchedLineHtmlStyle |
int |
maxMatches |
String |
regex |
boolean |
showTruncatedLines |
String |
substText |
| Constructor and Description |
|---|
BuildLogRegexContent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsMacroName(String macroName) |
String |
evaluate(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener,
String macroName) |
evaluate, hasNestedContentpublic static final String MACRO_NAME
public String regex
public int linesBefore
public int linesAfter
public int maxMatches
public boolean showTruncatedLines
public String substText
public boolean escapeHtml
public String matchedLineHtmlStyle
public boolean addNewline
public String defaultValue
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.