Package hudson.scm
Class EnvVarsUtils
java.lang.Object
hudson.scm.EnvVarsUtils
Just a collection of utility (static) methods to work with 
EnvVars.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidoverrideAll(EnvVars env, Map<String, String> all) Changes the behavior ofEnvVars.overrideAll(java.util.Map)which drops variables which have value a null or a 0-length value: This implementation doesn't. 
- 
Constructor Details
- 
EnvVarsUtils
public EnvVarsUtils() 
 - 
 - 
Method Details
- 
overrideAll
Changes the behavior ofEnvVars.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:
 
 
 -