public class Parser extends Object
Constructor and Description |
---|
Parser(Run<?,?> run,
FilePath workspace,
TaskListener listener,
String stringWithMacro,
boolean throwException) |
Parser(Run<?,?> run,
FilePath workspace,
TaskListener listener,
String stringWithMacro,
boolean throwException,
int recursionLevel) |
Modifier and Type | Method and Description |
---|---|
static String |
process(AbstractBuild<?,?> build,
TaskListener listener,
String stringWithMacro,
boolean throwException,
List<TokenMacro> privateTokens) |
static String |
process(Run<?,?> run,
FilePath workspace,
TaskListener listener,
String stringWithMacro,
boolean throwException,
List<TokenMacro> privateTokens) |
static String |
unescapeString(String escapedString)
Replaces all the printf-style escape sequences in a string
with the appropriate characters.
|
public Parser(Run<?,?> run, FilePath workspace, TaskListener listener, String stringWithMacro, boolean throwException)
public Parser(Run<?,?> run, FilePath workspace, TaskListener listener, String stringWithMacro, boolean throwException, int recursionLevel)
public static String process(AbstractBuild<?,?> build, TaskListener listener, String stringWithMacro, boolean throwException, List<TokenMacro> privateTokens) throws MacroEvaluationException
MacroEvaluationException
public static String process(Run<?,?> run, FilePath workspace, TaskListener listener, String stringWithMacro, boolean throwException, List<TokenMacro> privateTokens) throws MacroEvaluationException
MacroEvaluationException
Copyright © 2016–2022. All rights reserved.