public class EnvVarsUtils extends Object
Constructor and Description |
---|
EnvVarsUtils(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
ConsoleLogger cLog) |
Modifier and Type | Method and Description |
---|---|
String |
getVar(String toResolve)
Tranfrom $VARIABLE in good value
|
Map<String,String> |
getVars(Map<String,String> toResolves)
Tranfrom a list of $VARIABLE in good value
|
void |
setVars(Map<String,Output> toPuts,
Map<String,String> outputs)
Put $VARIBLE in context to be disponble at different step of the build
|
public EnvVarsUtils(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener, ConsoleLogger cLog)
public Map<String,String> getVars(Map<String,String> toResolves)
toResolves
- variables to transformpublic String getVar(String toResolve)
toResolve
- variable to transformCopyright © 2016–2017. All rights reserved.