hudson.model
Class Jobs
java.lang.Object
hudson.model.Jobs
Deprecated. since 1.281
public class Jobs
- extends Object
List of all installed Job
types.
- Author:
- Kohsuke Kawaguchi
Constructor Summary |
Jobs()
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 JobPropertyDescriptor
s to this list.
- See Also:
JobPropertyDescriptor.getPropertyDescriptors(Class)
Jobs
public Jobs()
- Deprecated.
Copyright © 2004-2013. All Rights Reserved.