@Extension
public class DiskUsagePlugin
extends hudson.Plugin
| Constructor and Description |
|---|
DiskUsagePlugin() |
public void refreshGlobalInformation()
throws IOException
IOExceptionpublic Long getCashedGlobalBuildsDiskUsage()
public Long getCashedGlobalJobsDiskUsage()
public Long getCashedGlobalJobsWithoutBuildsDiskUsage()
public Long getCashedGlobalLockedBuildsDiskUsage()
public Long getCashedGlobalWorkspacesDiskUsage()
public Long getCashedNonSlaveDiskUsageWorkspace()
public Long getCashedSlaveDiskUsageWorkspace()
public Long getGlobalBuildsDiskUsage() throws IOException
IOExceptionpublic Long getGlobalJobsDiskUsage() throws IOException
IOExceptionpublic Long getGlobalJobsWithoutBuildsDiskUsage() throws IOException
IOExceptionpublic Long getGlobalWorkspacesDiskUsage() throws IOException
IOExceptionpublic Long getGlobalNonSlaveDiskUsageWorkspace() throws IOException
IOExceptionpublic Long getGlobalSlaveDiskUsageWorkspace() throws IOException
IOExceptionpublic BuildDiskUsageCalculationThread getBuildsDiskUsageThread()
public JobWithoutBuildsDiskUsageCalculation getJobsDiskUsageThread()
public WorkspaceDiskUsageCalculationThread getWorkspaceDiskUsageThread()
public ProjectDiskUsageAction getDiskUsage(hudson.model.Job project)
public List getProjectList() throws IOException
IOExceptionpublic void doFilter(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()
public boolean hasAdministrativePermission()
Copyright © 2004-2015. All Rights Reserved.