Package hudson.model
Class Jobs
java.lang.Object
hudson.model.Jobs
Deprecated.
since 1.281
List of all installed
Job
types.- Author:
- Kohsuke Kawaguchi
-
Field Summary
Modifier and TypeFieldDescriptionstatic final List<JobPropertyDescriptor>
Deprecated.as of 1.281 UseJobPropertyDescriptor.all()
for read access, andExtension
for registration. -
Constructor Summary
-
Method Summary
-
Field Details
-
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.
-
-
Constructor Details
-
Jobs
public Jobs()Deprecated.
-