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 |
getAllCustomOrNonSlaveWorkspaces() |
Long |
getAllDiskUsageWithoutBuilds() |
Long |
getAllDiskUsageWorkspace()
Returns all workspace disku usage including workspace usage its sub-projects
|
Long |
getAllSlaveWorkspaces() |
Map<String,Long> |
getBuildsDiskUsage() |
Map<String,Long> |
getBuildsDiskUsage(Date older,
Date yonger) |
Set<DiskUsageBuildInformation> |
getBuildsInformation() |
Long |
getDiskUsageWithoutBuilds() |
Long |
getDiskUsageWorkspace() |
String |
getDisplayName() |
hudson.util.Graph |
getGraph()
Generates a graph with disk usage trend
|
String |
getIconFileName() |
Long |
getJobRootDirDiskUsage() |
BuildDiskUsageAction |
getLastBuildAction() |
String |
getSizeInString(Long size) |
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 getAllSlaveWorkspaces()
public Long getAllCustomOrNonSlaveWorkspaces()
public Long getAllDiskUsageWorkspace()
public Long getDiskUsageWithoutBuilds()
public Long getAllDiskUsageWithoutBuilds()
public Long getJobRootDirDiskUsage()
public Map<String,Long> getBuildsDiskUsage() throws IOException
IOExceptionpublic Long getAllBuildsDiskUsage() throws IOException
IOExceptionpublic Map<String,Long> getBuildsDiskUsage(Date older, Date yonger) throws IOException
IOExceptionpublic BuildDiskUsageAction getLastBuildAction()
public Set<DiskUsageBuildInformation> getBuildsInformation() throws IOException
IOExceptionpublic hudson.util.Graph getGraph()
throws IOException
IOExceptionpublic boolean showGraph()
Copyright © 2004-2015. All Rights Reserved.