public class ClusterStatisticsPlugin
extends hudson.Plugin
| Modifier and Type | Field and Description |
|---|---|
static int |
DATA_SIZE_LIMIT |
static int |
SOME_EXTRA |
| Constructor and Description |
|---|
ClusterStatisticsPlugin() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public static final int DATA_SIZE_LIMIT
public static final int SOME_EXTRA
public StatsData getStatsData()
public void setStatsData(StatsData statsData)
public static ClusterStatisticsPlugin getInstance()
public void start()
throws Exception
start in class hudson.PluginExceptionpublic void maybeSave()
throws IOException
IOExceptionpublic String getDataStoreSize()
public void doProcessForm(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic void cleanUp()
Copyright © 2004-2014. All Rights Reserved.