Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
Modifier and Type | Class and Description |
---|---|
class |
ParametersDefinitionProperty
Keeps a list of the parameters defined for a project.
|
Modifier and Type | Field and Description |
---|---|
protected CopyOnWriteList<JobProperty<? super JobT>> |
Job.properties
List of
UserProperty s configured for this project. |
Modifier and Type | Method and Description |
---|---|
<T extends JobProperty> |
Job.getProperty(Class<T> clazz)
Gets the specific property, or null if the propert is not configured for
this job.
|
<T extends JobProperty> |
Job.removeProperty(Class<T> clazz)
Removes the property of the given type.
|
Modifier and Type | Method and Description |
---|---|
JobProperty |
Job.getProperty(String className)
Bind
JobProperty s to URL spaces. |
JobProperty<?> |
JobPropertyDescriptor.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
Creates a configured instance from the submitted form.
|
JobProperty<?> |
ParametersDefinitionProperty.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
JobProperty<?> |
JobProperty.reconfigure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject form) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 and Description |
---|
JobPropertyDescriptor(Class<? extends JobProperty<?>> clazz) |
Copyright © 2014. All rights reserved.