public class EnvVarsUtils extends Object
EnvVars.| Constructor and Description |
|---|
EnvVarsUtils() |
| Modifier and Type | Method and Description |
|---|---|
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. |
public static void overrideAll(hudson.EnvVars env,
Map<String,String> all)
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.
EnvVars.overrideAll(java.util.Map)Copyright © 2004–2015. All rights reserved.