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(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(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.
env - - Environment variablesall - - Map of strings to strings?EnvVars.overrideAll(Map)Copyright © 2016–2018. All rights reserved.