hudson.model
Class Jobs

java.lang.Object
  extended by hudson.model.Jobs

Deprecated. since 1.281

public class Jobs
extends Object

List of all installed Job types.

Author:
Kohsuke Kawaguchi

Field Summary
static List<JobPropertyDescriptor> PROPERTIES
          Deprecated. as of 1.281 Use JobPropertyDescriptor.all() for read access, and Extension for registration.
 
Constructor Summary
Jobs()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTIES

public static final List<JobPropertyDescriptor> PROPERTIES
Deprecated. as of 1.281 Use JobPropertyDescriptor.all() for read access, and Extension for registration.
List of all installed JobPropertyDescriptor types.

Plugins can add their JobPropertyDescriptors to this list.

See Also:
JobPropertyDescriptor.getPropertyDescriptors(Class)
Constructor Detail

Jobs

public Jobs()
Deprecated. 


Copyright © 2004-2013. All Rights Reserved.