@EmailToken public class BuildLogMultilineRegexContent extends org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro
Modifier and Type | Field and Description |
---|---|
boolean |
escapeHtml |
static String |
MACRO_NAME |
String |
matchedSegmentHtmlStyle |
static int |
MAX_MATCHES_DEFAULT_VALUE |
int |
maxMatches |
String |
regex |
boolean |
showTruncatedLines |
String |
substText |
Constructor and Description |
---|
BuildLogMultilineRegexContent() |
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 static final int MAX_MATCHES_DEFAULT_VALUE
public String regex
public int maxMatches
public boolean showTruncatedLines
public String substText
public boolean escapeHtml
public String matchedSegmentHtmlStyle
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-2013. All Rights Reserved.