Uses of Class
hudson.model.JobPropertyDescriptor
-
Packages that use JobPropertyDescriptor Package Description hudson hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.model -
-
Uses of JobPropertyDescriptor in hudson
Methods in hudson that return types with arguments of type JobPropertyDescriptor Modifier and Type Method Description static 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.model Modifier and Type Class Description static class
ParametersDefinitionProperty.DescriptorImpl
Fields in hudson.model with type parameters of type JobPropertyDescriptor Modifier and Type Field Description static List<JobPropertyDescriptor>
Jobs. PROPERTIES
Methods in hudson.model that return JobPropertyDescriptor Modifier and Type Method Description JobPropertyDescriptor
JobProperty. getDescriptor()
Methods in hudson.model that return types with arguments of type JobPropertyDescriptor Modifier and Type Method Description static 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.model Modifier and Type Class Description static class
BuildDiscarderProperty.DescriptorImpl
static class
OptionalJobProperty.OptionalJobPropertyDescriptor
Methods in jenkins.model that return JobPropertyDescriptor Modifier and Type Method Description JobPropertyDescriptor
Jenkins. getJobProperty(String shortClassName)
Gets theJobPropertyDescriptor
by name.
-