hudson.scm
Class EnvVarsUtils
java.lang.Object
hudson.scm.EnvVarsUtils
public class EnvVarsUtils
- extends Object
Just a collection of utility (static) methods to work with EnvVars.
|
Method Summary |
static void |
overrideAll(hudson.EnvVars env,
Map<String,String> all)
Changes the behavior of EnvVars.overrideAll(java.util.Map) which
drops variables which have value a null or a 0-length value: This
implementation doesn't. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnvVarsUtils
public EnvVarsUtils()
overrideAll
public static void overrideAll(hudson.EnvVars env,
Map<String,String> all)
- Changes the behavior of
EnvVars.overrideAll(java.util.Map) which
drops variables which have value a null or a 0-length value: This
implementation doesn't.
This is a fix for JENKINS-10045.
- See Also:
EnvVars.overrideAll(java.util.Map)
Copyright © 2004-2013. All Rights Reserved.