@Extension
public class DiskUsagePlugin
extends hudson.Plugin
| Constructor and Description |
|---|
DiskUsagePlugin() |
public void refreshGlobalInformation()
public Long getCashedGlobalBuildsDiskUsage()
public Long getCashedGlobalJobsDiskUsage()
public Long getCashedGlobalJobsWithoutBuildsDiskUsage()
public Long getCashedGlobalLockedBuildsDiskUsage()
public Long getCashedGlobalWorkspacesDiskUsage()
public Long getGlobalBuildsDiskUsage()
public Long getGlobalJobsDiskUsage()
public Long getGlobalJobsWithoutBuildsDiskUsage()
public Long getGlobalWorkspacesDiskUsage()
public BuildDiskUsageCalculationThread getBuildsDiskUsageThread()
public JobWithoutBuildsDiskUsageCalculation getJobsDiskUsageThread()
public WorkspaceDiskUsageCalculationThread getWorkspaceDiskUsageThread()
public ProjectDiskUsageAction getDiskUsage(hudson.model.Job project)
public static String getProjectUrl(hudson.model.Job project)
public List getProjectList()
public void doFilter(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws javax.servlet.ServletException,
IOException
javax.servlet.ServletExceptionIOExceptionpublic void doConfigure(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws javax.servlet.ServletException,
IOException
javax.servlet.ServletExceptionIOExceptionpublic DiskUsageProjectActionFactory.DescriptorImpl getConfiguration()
public hudson.util.Graph getOverallGraph()
public void doRecordBuildDiskUsage(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse res)
throws javax.servlet.ServletException,
IOException,
Exception
javax.servlet.ServletExceptionIOExceptionExceptionpublic void doRecordJobsDiskUsage(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse res)
throws javax.servlet.ServletException,
IOException,
Exception
javax.servlet.ServletExceptionIOExceptionExceptionpublic void doRecordWorkspaceDiskUsage(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse res)
throws javax.servlet.ServletException,
IOException,
Exception
javax.servlet.ServletExceptionIOExceptionExceptionpublic String getCountIntervalForBuilds()
public String getCountIntervalForJobs()
public String getCountIntervalForWorkspaces()
Copyright © 2004-2013. All Rights Reserved.