org.jenkinsci.plugins.buildcontextcapture.service
Class InfraGetter

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

public class InfraGetter
extends Object
implements Serializable

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
InfraGetter()
           
 
Method Summary
 Map<String,Object> gatherInfraInfo()
          Gathers all information from the Jenkins infrastructure (Hudson version, Plugins information, ...)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfraGetter

public InfraGetter()
Method Detail

gatherInfraInfo

public Map<String,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.