| Constructor and Description |
|---|
Parser(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.model.TaskListener listener,
String stringWithMacro) |
| 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, ZeroOrMorecurrentChar, 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, swap6public Parser(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.model.TaskListener listener,
String stringWithMacro)
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
MacroEvaluationExceptionpublic static String process(hudson.model.Run<?,?> run, hudson.FilePath workspace, hudson.model.TaskListener listener, String stringWithMacro, boolean throwException, List<TokenMacro> privateTokens) throws MacroEvaluationException
MacroEvaluationExceptionpublic org.parboiled.Rule Text()
throws InterruptedException,
MacroEvaluationException,
IOException
public org.parboiled.Rule Token()
throws InterruptedException,
MacroEvaluationException,
IOException
Copyright © 2016. All rights reserved.