org.jenkinsci.plugins.buildcontextcapture.service
Class EnvVarsGetter

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

public class EnvVarsGetter
extends Object
implements Serializable

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
EnvVarsGetter()
           
 
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

EnvVarsGetter

public EnvVarsGetter()
Method Detail

gatherJobEnvVars

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


Copyright © 2004-2012. All Rights Reserved.