org.jenkinsci.plugins.buildcontextcapture.service
Class EnvVarsGetter

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

public class EnvVarsGetter
extends java.lang.Object
implements java.io.Serializable

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
EnvVarsGetter()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.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 java.util.Map<java.lang.String,java.lang.String> gatherJobEnvVars(hudson.model.AbstractBuild build)
                                                                  throws BuildContextException
Throws:
BuildContextException


Copyright © 2004-2012. All Rights Reserved.