public class ProjectDiskUsageAction extends Object implements hudson.model.ProminentProjectAction
| Constructor and Description |
|---|
ProjectDiskUsageAction(hudson.model.AbstractProject<? extends hudson.model.AbstractProject,? extends hudson.model.AbstractBuild> project) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAllBuildsDiskUsage() |
Long |
getAllDiskUsageWithoutBuilds() |
Long |
getAllDiskUsageWorkspace()
Returns all workspace disku usage including workspace usage its sub-projects
|
Map<String,Long> |
getBuildsDiskUsage() |
Map<String,Long> |
getBuildsDiskUsage(Date older,
Date yonger) |
Long |
getDiskUsageWithoutBuilds() |
Long |
getDiskUsageWorkspace() |
String |
getDisplayName() |
hudson.util.Graph |
getGraph()
Generates a graph with disk usage trend
|
String |
getIconFileName() |
Long |
getJobRootDirDiskUsage() |
BuildDiskUsageAction |
getLastBuildAction() |
String |
getUrlName() |
boolean |
showGraph()
Shortcut for the jelly view
|
public ProjectDiskUsageAction(hudson.model.AbstractProject<? extends hudson.model.AbstractProject,? extends hudson.model.AbstractBuild> project)
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic Long getDiskUsageWorkspace()
public Long getAllDiskUsageWorkspace()
public Long getDiskUsageWithoutBuilds()
public Long getAllDiskUsageWithoutBuilds()
public Long getJobRootDirDiskUsage()
public Long getAllBuildsDiskUsage()
public Map<String,Long> getBuildsDiskUsage(Date older, Date yonger)
public BuildDiskUsageAction getLastBuildAction()
public hudson.util.Graph getGraph()
throws IOException
IOExceptionpublic boolean showGraph()
Copyright © 2004-2013. All Rights Reserved.