Uses of Class
hudson.model.JobProperty
-
Packages that use JobProperty Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.model -
-
Uses of JobProperty in hudson.model
Subclasses of JobProperty in hudson.model Modifier and Type Class Description class
ParametersDefinitionProperty
Keeps a list of the parameters defined for a project.Fields in hudson.model with type parameters of type JobProperty Modifier and Type Field Description protected CopyOnWriteList<JobProperty<? super JobT>>
Job. properties
List of properties configured for this project.Methods in hudson.model with type parameters of type JobProperty Modifier and Type Method Description <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 JobProperty Modifier and Type Method Description JobProperty
Job. 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 JobProperty Modifier and Type Method Description List<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 JobProperty Modifier and Type Method Description void
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 JobProperty Constructor Description JobPropertyDescriptor(Class<? extends JobProperty<?>> clazz)
-
Uses of JobProperty in jenkins.model
Subclasses of JobProperty in jenkins.model Modifier and Type Class Description class
BuildDiscarderProperty
Defines aBuildDiscarder
.class
OptionalJobProperty<J extends Job<?,?>>
Job property which may or may not be present.Methods in jenkins.model that return JobProperty Modifier and Type Method Description JobProperty<?>
OptionalJobProperty.OptionalJobPropertyDescriptor. newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
Constructor parameters in jenkins.model with type arguments of type JobProperty Constructor Description OptionalJobPropertyDescriptor(Class<? extends JobProperty<?>> clazz)
-