hudson.plugins.disk_usage
Class DiskUsageProperty

java.lang.Object
  extended by hudson.model.JobProperty<hudson.model.Job<?,?>>
      extended by 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 Class Summary
static class DiskUsageProperty.DiskUsageDescriptor
          Deprecated. 
 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.model.JobProperty
owner
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
DiskUsageProperty()
          Deprecated.  
 
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
 

Constructor Detail

DiskUsageProperty

public DiskUsageProperty()
Deprecated. 
Method Detail

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-2012. All Rights Reserved.