org.jenkinsci.plugins.buildcontextcapture.service
Class EnVarsGetter

java.lang.Object
  extended by org.jenkinsci.plugins.buildcontextcapture.service.EnVarsGetter
All Implemented Interfaces:
Serializable

public class EnVarsGetter
extends Object
implements Serializable

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
EnVarsGetter()
           
 
Method Summary
 Map<String,String> gatherJobEnvVars(hudson.model.AbstractBuild build)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnVarsGetter

public EnVarsGetter()
Method Detail

gatherJobEnvVars

public Map<String,String> gatherJobEnvVars(hudson.model.AbstractBuild build)
                                    throws BuildContextException
Throws:
BuildContextException


Copyright © 2004-2012. All Rights Reserved.