|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjenkins.plugins.shiningpanda.utils.EnvVarsUtil
public class EnvVarsUtil
Constructor Summary | |
---|---|
EnvVarsUtil()
|
Method Summary | |
---|---|
static String |
expand(String value)
Expand a value with the current environment variable. |
static Map<String,String> |
getLibs(hudson.FilePath filePath)
Get the library environment for the provided folder. |
static String[] |
getPythonHomeKeys()
Return the list of variables used to define an installation home. |
static hudson.EnvVars |
override(hudson.EnvVars original,
Map<String,String> additional)
Clone the original environment and override it with additional one (potentially containing some "+"). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnvVarsUtil()
Method Detail |
---|
public static Map<String,String> getLibs(hudson.FilePath filePath)
filePath
- The folder
public static String[] getPythonHomeKeys()
public static hudson.EnvVars override(hudson.EnvVars original, Map<String,String> additional)
original
- The original environmentadditional
- The environment that overrides the original one
public static String expand(String value)
value
- The value to expand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |