Package hudson.plugins.disk_usage
Class DiskUsageOvearallGraphGenerator.DiskUsageRecord
- java.lang.Object
-
- hudson.plugins.disk_usage.DiskUsageOvearallGraphGenerator.DiskUsageRecord
-
- Enclosing class:
- DiskUsageOvearallGraphGenerator
public static class DiskUsageOvearallGraphGenerator.DiskUsageRecord extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Long
getAgentWorkspacesUsage()
Long
getAllSpace()
Long
getBuildsDiskUsage()
Long
getJobsDiskUsage()
Long
getNonAgentWorkspacesUsage()
Long
getNonSlaveWorkspacesUsage()
Deprecated, for removal: This API element is subject to removal in a future version.Long
getSlaveWorkspacesUsage()
Deprecated, for removal: This API element is subject to removal in a future version.Long
getWorkspacesDiskUsage()
-
-
-
Method Detail
-
getNonSlaveWorkspacesUsage
@Deprecated(forRemoval=true) public Long getNonSlaveWorkspacesUsage()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getNonAgentWorkspacesUsage
public Long getNonAgentWorkspacesUsage()
-
getSlaveWorkspacesUsage
@Deprecated(forRemoval=true) public Long getSlaveWorkspacesUsage()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getAgentWorkspacesUsage
public Long getAgentWorkspacesUsage()
-
getBuildsDiskUsage
public Long getBuildsDiskUsage()
-
getJobsDiskUsage
public Long getJobsDiskUsage()
-
getAllSpace
public Long getAllSpace()
-
getWorkspacesDiskUsage
public Long getWorkspacesDiskUsage()
-
-