Uses of Class
hudson.model.JobPropertyDescriptor
Packages that use JobPropertyDescriptor
-
Uses of JobPropertyDescriptor in hudson
Methods in hudson that return types with arguments of type JobPropertyDescriptorModifier and TypeMethodDescriptionstatic List<JobPropertyDescriptor>
Functions.getJobPropertyDescriptors
(Job job) static List<JobPropertyDescriptor>
Functions.getJobPropertyDescriptors
(Class<? extends Job> clazz) -
Uses of JobPropertyDescriptor in hudson.model
Subclasses of JobPropertyDescriptor in hudson.modelFields in hudson.model with type parameters of type JobPropertyDescriptorModifier and TypeFieldDescriptionstatic final List<JobPropertyDescriptor>
Jobs.PROPERTIES
Deprecated.Methods in hudson.model that return JobPropertyDescriptorMethods in hudson.model that return types with arguments of type JobPropertyDescriptorModifier and TypeMethodDescriptionstatic Collection<JobPropertyDescriptor>
JobPropertyDescriptor.all()
Map<JobPropertyDescriptor,
JobProperty<? super JobT>> Job.getProperties()
Gets all the job properties configured for this job.static List<JobPropertyDescriptor>
JobPropertyDescriptor.getPropertyDescriptors
(Class<? extends Job> clazz) Gets theJobPropertyDescriptor
s applicable for a given job type. -
Uses of JobPropertyDescriptor in jenkins.model
Subclasses of JobPropertyDescriptor in jenkins.modelModifier and TypeClassDescriptionstatic class
static class
Methods in jenkins.model that return JobPropertyDescriptorModifier and TypeMethodDescriptionJenkins.getJobProperty
(String shortClassName) Gets theJobPropertyDescriptor
by name.
all()
for read access, andExtension
for registration.