Package hudson.model
Class Jobs
- java.lang.Object
-
- hudson.model.Jobs
-
@Deprecated public class Jobs extends Object
Deprecated.since 1.281List of all installedJob
types.- Author:
- Kohsuke Kawaguchi
-
-
Field Summary
Fields Modifier and Type Field Description static List<JobPropertyDescriptor>
PROPERTIES
Deprecated.as of 1.281 UseJobPropertyDescriptor.all()
for read access, andExtension
for registration.
-
Constructor Summary
Constructors Constructor Description Jobs()
Deprecated.
-
-
-
Field Detail
-
PROPERTIES
@Deprecated public static final List<JobPropertyDescriptor> PROPERTIES
Deprecated.as of 1.281 UseJobPropertyDescriptor.all()
for read access, andExtension
for registration.List of all installedJobPropertyDescriptor
types.Plugins can add their
JobPropertyDescriptor
s to this list.
-
-