|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JobPropertyDescriptor | |
|---|---|
| hudson | |
| hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
| hudson.security | Security-related code. |
| jenkins.model | |
| Uses of JobPropertyDescriptor in hudson |
|---|
| Methods in hudson that return types with arguments of type JobPropertyDescriptor | |
|---|---|
static List<JobPropertyDescriptor> |
Functions.getJobPropertyDescriptors(Class<? extends Job> clazz)
|
| Uses of JobPropertyDescriptor in hudson.model |
|---|
| Subclasses of JobPropertyDescriptor in hudson.model | |
|---|---|
static class |
ParametersDefinitionProperty.DescriptorImpl
|
| Fields in hudson.model with type parameters of type JobPropertyDescriptor | |
|---|---|
static List<JobPropertyDescriptor> |
Jobs.PROPERTIES
Deprecated. as of 1.281 Use all() for read access,
and Extension for registration. |
| Methods in hudson.model that return JobPropertyDescriptor | |
|---|---|
JobPropertyDescriptor |
JobProperty.getDescriptor()
Gets the descriptor for this instance. |
| Methods in hudson.model that return types with arguments of type JobPropertyDescriptor | |
|---|---|
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 JobPropertyDescriptors applicable for a given job type. |
| Uses of JobPropertyDescriptor in hudson.security |
|---|
| Subclasses of JobPropertyDescriptor in hudson.security | |
|---|---|
static class |
AuthorizationMatrixProperty.DescriptorImpl
|
| Uses of JobPropertyDescriptor in jenkins.model |
|---|
| Methods in jenkins.model that return JobPropertyDescriptor | |
|---|---|
JobPropertyDescriptor |
Jenkins.getJobProperty(String shortClassName)
Gets the JobPropertyDescriptor by name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||