Package | Description |
---|---|
hudson | |
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
jenkins.model |
Modifier and Type | Method and Description |
---|---|
static List<JobPropertyDescriptor> |
Functions.getJobPropertyDescriptors(Class<? extends Job> clazz) |
Modifier and Type | Class and Description |
---|---|
static class |
ParametersDefinitionProperty.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
static List<JobPropertyDescriptor> |
Jobs.PROPERTIES
|
Modifier and Type | Method and Description |
---|---|
JobPropertyDescriptor |
JobProperty.getDescriptor()
Gets the descriptor for this instance.
|
Modifier and Type | Method and 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 the
JobPropertyDescriptor s applicable for a given job type. |
Modifier and Type | Method and Description |
---|---|
JobPropertyDescriptor |
Jenkins.getJobProperty(String shortClassName)
Gets the
JobPropertyDescriptor by name. |
Copyright © 2015. All rights reserved.