hudson.plugins.disk_usage
Class DiskUsageProperty
java.lang.Object
hudson.model.JobProperty<hudson.model.Job<?,?>>
hudson.plugins.disk_usage.DiskUsageProperty
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.model.JobProperty<?>>, hudson.tasks.BuildStep
public class DiskUsageProperty
- extends hudson.model.JobProperty<hudson.model.Job<?,?>>
This Property sets DiskUsage action.
- Author:
- dvrzalik
| Nested classes/interfaces inherited from interface hudson.tasks.BuildStep |
hudson.tasks.BuildStep.PublisherList |
|
Field Summary |
static hudson.model.JobPropertyDescriptor |
DESCRIPTOR
|
| Fields inherited from class hudson.model.JobProperty |
owner |
| Fields inherited from interface hudson.tasks.BuildStep |
BUILDERS, PUBLISHERS |
|
Method Summary |
hudson.model.JobPropertyDescriptor |
getDescriptor()
|
hudson.model.Action |
getJobAction(hudson.model.Job<?,?> job)
|
| Methods inherited from class hudson.model.JobProperty |
getProjectAction, perform, prebuild, setOwner |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
public static final hudson.model.JobPropertyDescriptor DESCRIPTOR
DiskUsageProperty
public DiskUsageProperty()
getJobAction
public hudson.model.Action getJobAction(hudson.model.Job<?,?> job)
- Overrides:
getJobAction in class hudson.model.JobProperty<hudson.model.Job<?,?>>
getDescriptor
public hudson.model.JobPropertyDescriptor getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<hudson.model.JobProperty<?>>- Overrides:
getDescriptor in class hudson.model.JobProperty<hudson.model.Job<?,?>>
Copyright © 2008. All Rights Reserved.