org.jenkinsci.plugins.buildcontextcapture.service
Class InfraGetter

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

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

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
InfraGetter()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.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 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.