hudson.plugins.global_build_stats
Class GlobalBuildStatsPlugin

java.lang.Object
  extended by hudson.Plugin
      extended by hudson.plugins.global_build_stats.GlobalBuildStatsPlugin
All Implemented Interfaces:
hudson.model.Saveable

public class GlobalBuildStatsPlugin
extends hudson.Plugin

Entry point of the global build stats plugin

Author:
fcamblor

Nested Class Summary
static class GlobalBuildStatsPlugin.GlobalBuildStatsManagementLink
           
static class GlobalBuildStatsPlugin.GlobalBuildStatsRunListener
           
 
Nested classes/interfaces inherited from class hudson.Plugin
hudson.Plugin.DummyImpl
 
Field Summary
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
GlobalBuildStatsPlugin()
           
 
Method Summary
 void doCreateChart(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse res)
           
 void doRecordBuildInfos(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse res)
           
 void postInitialize()
           
 
Methods inherited from class hudson.Plugin
configure, configure, doDynamic, getConfigXml, load, save, setServletContext, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalBuildStatsPlugin

public GlobalBuildStatsPlugin()
Method Detail

postInitialize

public void postInitialize()
                    throws java.lang.Exception
Overrides:
postInitialize in class hudson.Plugin
Throws:
java.lang.Exception

doRecordBuildInfos

public void doRecordBuildInfos(org.kohsuke.stapler.StaplerRequest req,
                               org.kohsuke.stapler.StaplerResponse res)
                        throws javax.servlet.ServletException,
                               java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException

doCreateChart

public void doCreateChart(org.kohsuke.stapler.StaplerRequest req,
                          org.kohsuke.stapler.StaplerResponse res)
                   throws javax.servlet.ServletException,
                          java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException


Copyright © 2010. All Rights Reserved.