Uses of Class
hudson.model.JobProperty

Packages that use JobProperty
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.security Security-related code. 
 

Uses of JobProperty in hudson.model
 

Subclasses of JobProperty in hudson.model
 class ParametersDefinitionProperty
          Keeps a list of the parameters defined for a project.
 

Fields in hudson.model with type parameters of type JobProperty
protected  CopyOnWriteList<JobProperty<? super JobT>> Job.properties
          List of UserPropertys configured for this project.
 

Methods in hudson.model with type parameters of type JobProperty
<T extends JobProperty>
T
Job.getProperty(Class<T> clazz)
          Gets the specific property, or null if the propert is not configured for this job.
<T extends JobProperty>
T
Job.removeProperty(Class<T> clazz)
          Removes the property of the given type.
 

Methods in hudson.model that return JobProperty
 JobProperty Job.getProperty(String className)
          Bind JobPropertys to URL spaces.
 JobProperty<?> ParametersDefinitionProperty.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 JobProperty<?> JobPropertyDescriptor.newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
          Creates a configured instance from the submitted form.
 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
 List<JobProperty<? super JobT>> Job.getAllProperties()
          List of all JobProperty 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
 void Job.addProperty(JobProperty<? super JobT> jobProp)
          Adds JobProperty.
 void AbstractProject.addProperty(JobProperty<? super P> jobProp)
           
 void Job.removeProperty(JobProperty<? super JobT> jobProp)
          Removes JobProperty
 

Constructor parameters in hudson.model with type arguments of type JobProperty
JobPropertyDescriptor(Class<? extends JobProperty<?>> clazz)
           
 

Uses of JobProperty in hudson.security
 

Subclasses of JobProperty in hudson.security
 class AuthorizationMatrixProperty
          JobProperty to associate ACL for each project.
 

Methods in hudson.security that return JobProperty
 JobProperty<?> AuthorizationMatrixProperty.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 



Copyright © 2004-2013. All Rights Reserved.