@ExportedBean(defaultVisibility=1) public class BuildDiskUsageAction extends Object implements hudson.model.ProminentProjectAction, hudson.model.BuildBadgeAction, jenkins.model.RunAction2
| Constructor and Description |
|---|
BuildDiskUsageAction(hudson.model.AbstractBuild build) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAllDiskUsage() |
String |
getBuildUsageString() |
Long |
getDiskUsage() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
void |
onAttached(hudson.model.Run<?,?> r) |
void |
onLoad(hudson.model.Run<?,?> r) |
Object |
readResolve() |
void |
setDiskUsage(Long size) |
public BuildDiskUsageAction(hudson.model.AbstractBuild build)
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 void setDiskUsage(Long size) throws IOException
IOExceptionpublic Long getDiskUsage()
public Long getAllDiskUsage()
public String getBuildUsageString()
public Object readResolve()
public void onAttached(hudson.model.Run<?,?> r)
onAttached in interface jenkins.model.RunAction2public void onLoad(hudson.model.Run<?,?> r)
onLoad in interface jenkins.model.RunAction2Copyright © 2004-2015. All Rights Reserved.