org.zeroturnaround.stats
Class ClusterStatisticsPlugin

java.lang.Object
  extended by hudson.Plugin
      extended by org.zeroturnaround.stats.ClusterStatisticsPlugin
All Implemented Interfaces:
hudson.model.Saveable

public class ClusterStatisticsPlugin
extends hudson.Plugin


Nested Class Summary
static class ClusterStatisticsPlugin.ClusterStatsManagementLink
           
 
Nested classes/interfaces inherited from class hudson.Plugin
hudson.Plugin.DummyImpl
 
Field Summary
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
ClusterStatisticsPlugin()
           
 
Method Summary
 void cleanUp()
           
 void doProcessForm(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 String getDataStoreSize()
           
static ClusterStatisticsPlugin getInstance()
           
 StatsData getStatsData()
           
 void maybeSave()
           
 void setStatsData(StatsData statsData)
           
 void start()
           
 void stop()
           
 
Methods inherited from class hudson.Plugin
configure, configure, doDynamic, getConfigXml, getWrapper, load, postInitialize, save, setServletContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterStatisticsPlugin

public ClusterStatisticsPlugin()
Method Detail

getStatsData

public StatsData getStatsData()

setStatsData

public void setStatsData(StatsData statsData)

getInstance

public static ClusterStatisticsPlugin getInstance()

start

public void start()
           throws Exception
Overrides:
start in class hudson.Plugin
Throws:
Exception

stop

public void stop()
          throws Exception
Overrides:
stop in class hudson.Plugin
Throws:
Exception

maybeSave

public void maybeSave()
               throws IOException
Throws:
IOException

getDataStoreSize

public String getDataStoreSize()

doProcessForm

public void doProcessForm(org.kohsuke.stapler.StaplerRequest request,
                          org.kohsuke.stapler.StaplerResponse response)
                   throws IOException,
                          javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException

cleanUp

public void cleanUp()


Copyright © 2004-2013. All Rights Reserved.