Uses of Class
hudson.model.JobProperty
Packages that use JobProperty
-
Uses of JobProperty in hudson.model
Subclasses of JobProperty in hudson.modelModifier and TypeClassDescriptionclass
Keeps a list of the parameters defined for a project.Fields in hudson.model with type parameters of type JobPropertyModifier and TypeFieldDescriptionprotected CopyOnWriteList<JobProperty<? super JobT>>
Job.properties
List of properties configured for this project.Methods in hudson.model with type parameters of type JobPropertyModifier and TypeMethodDescription<T extends JobProperty>
TJob.getProperty
(Class<T> clazz) Gets the specific property, or null if the property is not configured for this job.<T extends JobProperty>
TJob.removeProperty
(Class<T> clazz) Removes the property of the given type.Methods in hudson.model that return JobPropertyModifier and TypeMethodDescriptionJob.getProperty
(String className) BindJobProperty
s to URL spaces.JobProperty<?>
JobPropertyDescriptor.newInstance
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) JobProperty<?>
JobProperty.reconfigure
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject form) Methods in hudson.model that return types with arguments of type JobPropertyModifier and TypeMethodDescriptionList<JobProperty<? super JobT>>
Job.getAllProperties()
List of allJobProperty
exposed primarily for the remoting API.Map<JobPropertyDescriptor,
JobProperty<? super JobT>> Job.getProperties()
Gets all the job properties configured for this job.Methods in hudson.model with parameters of type JobPropertyModifier and TypeMethodDescriptionvoid
AbstractProject.addProperty
(JobProperty<? super P> jobProp) void
Job.addProperty
(JobProperty<? super JobT> jobProp) AddsJobProperty
.void
Job.removeProperty
(JobProperty<? super JobT> jobProp) RemovesJobProperty
Constructor parameters in hudson.model with type arguments of type JobPropertyModifierConstructorDescriptionprotected
JobPropertyDescriptor
(Class<? extends JobProperty<?>> clazz) -
Uses of JobProperty in jenkins.model
Subclasses of JobProperty in jenkins.modelModifier and TypeClassDescriptionclass
Defines aBuildDiscarder
.class
OptionalJobProperty<J extends Job<?,
?>> Job property which may or may not be present.Methods in jenkins.model that return JobPropertyModifier and TypeMethodDescriptionJobProperty<?>
OptionalJobProperty.OptionalJobPropertyDescriptor.newInstance
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) Constructor parameters in jenkins.model with type arguments of type JobPropertyModifierConstructorDescriptionprotected
OptionalJobPropertyDescriptor
(Class<? extends JobProperty<?>> clazz)