org.jenkinsci.plugins.buildcontextcapture.service
Class EnVarsGetter

java.lang.Object
  extended by org.jenkinsci.plugins.buildcontextcapture.service.EnVarsGetter

public class EnVarsGetter
extends java.lang.Object

Author:
Gregory Boissinot

Constructor Summary
EnVarsGetter()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Object> gatherInfraInfo()
          Gathers all information from the Jenkins infrastructure (Hudson version, Plugins information, ...)
 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

EnVarsGetter

public EnVarsGetter()
Method Detail

gatherJobEnvVars

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

gatherInfraInfo

public java.util.Map<java.lang.String,java.lang.Object> gatherInfraInfo()
                                                                 throws BuildContextException
Gathers all information from the Jenkins infrastructure (Hudson version, Plugins information, ...)

Returns:
the dictionary of the information
Throws:
BuildContextException


Copyright © 2004-2012. All Rights Reserved.