Constructor and Description |
---|
Parser(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.model.TaskListener listener,
String stringWithMacro) |
Parser(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.model.TaskListener listener,
String stringWithMacro,
int recursionLevel) |
Modifier and Type | Method and Description |
---|---|
static String |
process(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener,
String stringWithMacro,
boolean throwException,
List<TokenMacro> privateTokens) |
static String |
process(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.model.TaskListener listener,
String stringWithMacro,
boolean throwException,
List<TokenMacro> privateTokens) |
void |
setPrivateTokens(List<TokenMacro> privateTokens) |
void |
setThrowException(boolean throwException) |
org.parboiled.Rule |
Text() |
org.parboiled.Rule |
Token() |
static String |
unescapeString(String escapedString)
Replaces all the printf-style escape sequences in a string
with the appropriate characters.
|
ACTION, AnyOf, AnyOf, AnyOf, Ch, CharRange, FirstOf, FirstOf, fromCharArray, fromCharLiteral, fromStringLiteral, IgnoreCase, IgnoreCase, IgnoreCase, newInstance, NoneOf, NoneOf, NTimes, NTimes, OneOrMore, OneOrMore, Optional, Optional, Sequence, Sequence, String, String, Test, Test, TestNot, TestNot, toRule, toRules, ZeroOrMore, ZeroOrMore
currentChar, currentIndex, drop, drop, dup, getContext, hasError, inPredicate, match, matchedChar, matchEnd, matchLength, matchOrDefault, matchRange, matchStart, nodeSuppressed, peek, peek, poke, poke, pop, pop, position, push, push, pushAll, setContext, swap, swap3, swap4, swap5, swap6
public Parser(hudson.model.Run<?,?> run, hudson.FilePath workspace, hudson.model.TaskListener listener, String stringWithMacro)
public Parser(hudson.model.Run<?,?> run, hudson.FilePath workspace, hudson.model.TaskListener listener, String stringWithMacro, int recursionLevel)
public void setThrowException(boolean throwException)
public void setPrivateTokens(List<TokenMacro> privateTokens)
public static String process(hudson.model.AbstractBuild<?,?> build, hudson.model.TaskListener listener, String stringWithMacro, boolean throwException, List<TokenMacro> privateTokens) throws MacroEvaluationException
MacroEvaluationException
public static String process(hudson.model.Run<?,?> run, hudson.FilePath workspace, hudson.model.TaskListener listener, String stringWithMacro, boolean throwException, List<TokenMacro> privateTokens) throws MacroEvaluationException
MacroEvaluationException
public org.parboiled.Rule Text() throws InterruptedException, MacroEvaluationException, IOException
public org.parboiled.Rule Token() throws InterruptedException, MacroEvaluationException, IOException
Copyright © 2016–2022. All rights reserved.