hudson.scm
Class EnvVarsUtils

java.lang.Object
  extended by hudson.scm.EnvVarsUtils

public class EnvVarsUtils
extends Object

Just a collection of utility (static) methods to work with EnvVars.


Constructor Summary
EnvVarsUtils()
           
 
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
 

Constructor Detail

EnvVarsUtils

public EnvVarsUtils()
Method Detail

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.