@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class EnvStringParseHelper extends Object
Modifier and Type | Method and Description |
---|---|
static void |
checkStringForMacro(String macroName,
String inputString)
Resolves tools installation directory using global variables.
|
static String |
resolveExportedPath(String exportedPaths,
EnvVars environment)
Deprecated.
|
static String |
resolveExportedPath(String exportedPaths,
Node node)
Deprecated.
|
public static void checkStringForMacro(@CheckForNull String macroName, @CheckForNull String inputString) throws CustomToolException
inputString
- Input path with macro callsmacroName
- Input stringCustomToolException
- String validation failed@Deprecated public static String resolveExportedPath(@CheckForNull String exportedPaths, @Nonnull EnvVars environment)
@Deprecated public static String resolveExportedPath(@CheckForNull String exportedPaths, @Nonnull Node node)
Copyright © 2016–2021. All rights reserved.