public class DiskUsagePlugin
extends hudson.Plugin
| Modifier and Type | Class and Description |
|---|---|
static class |
DiskUsagePlugin.DiskUsageManagementLink |
static class |
DiskUsagePlugin.DiskUsageRootLink
Unfortunately, I cannot figure out any other solution to satisfy JENKINS-12917 and at the same time JENKINS-16420
|
| Constructor and Description |
|---|
DiskUsagePlugin() |
| Modifier and Type | Method and Description |
|---|---|
static List<hudson.model.AbstractProject> |
addAllProjects(hudson.model.ItemGroup<? extends hudson.model.Item> itemGroup,
List<hudson.model.AbstractProject> items)
Recursively add Projects form itemGroup
|
void |
doRecordDiskUsage(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse res) |
int |
getCountInterval() |
static DiskUsage |
getDiskUsage(hudson.model.Job project) |
static DiskUsage |
getDiskUsageSum() |
hudson.util.Graph |
getOverallGraph()
Generates a graph with disk usage trend
|
static List |
getProjectList() |
static String |
getProjectUrl(hudson.model.Job project) |
public static DiskUsage getDiskUsage(hudson.model.Job project)
public static String getProjectUrl(hudson.model.Job project)
public static List getProjectList()
public static List<hudson.model.AbstractProject> addAllProjects(hudson.model.ItemGroup<? extends hudson.model.Item> itemGroup, List<hudson.model.AbstractProject> items)
public static DiskUsage getDiskUsageSum()
public void doRecordDiskUsage(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse res)
throws javax.servlet.ServletException,
IOException
javax.servlet.ServletExceptionIOExceptionpublic hudson.util.Graph getOverallGraph()
public int getCountInterval()
Copyright © 2004-2013. All Rights Reserved.