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.model.ReconfigurableDescribable<hudson.model.JobProperty<?>>, hudson.tasks.BuildStep
Deprecated.
@Deprecated
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 |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.model.JobProperty |
owner |
| Fields inherited from interface hudson.tasks.BuildStep |
BUILDERS, PUBLISHERS |
|
Method Summary |
Collection<? extends hudson.model.Action> |
getJobActions(hudson.model.Job<?,?> job)
Deprecated. |
static void |
transitionAuth()
Deprecated. convert legacy DiskUsageProperty configuration to DiskUsageProjectActionFactory |
| Methods inherited from class hudson.model.JobProperty |
getDescriptor, getJobAction, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGER
public static final Logger LOGGER
- Deprecated.
DiskUsageProperty
public DiskUsageProperty()
- Deprecated.
getJobActions
public Collection<? extends hudson.model.Action> getJobActions(hudson.model.Job<?,?> job)
- Deprecated.
- Overrides:
getJobActions in class hudson.model.JobProperty<hudson.model.Job<?,?>>
transitionAuth
@Initializer(after=PLUGINS_STARTED)
public static void transitionAuth()
throws IOException
- Deprecated.
- convert legacy DiskUsageProperty configuration to DiskUsageProjectActionFactory
- Throws:
IOException
Copyright © 2004-2013. All Rights Reserved.