@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, hasNestedContent
public 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.TokenMacro
public 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.DataBoundTokenMacro
org.jenkinsci.plugins.tokenmacro.MacroEvaluationException
IOException
InterruptedException
Copyright © 2004-2015. All Rights Reserved.