|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DescriptorByNameOwner
Adds getDescriptorByName(String) to bind Descriptors to URL.
Binding them at some specific object (instead of Jenkins), allows
Descriptors to perform context-specific form field validation.
Descriptor.getCheckUrl(String) finds an ancestor with this interface
and generates URLs against it.
Descriptor.getCheckUrl(String)| Method Summary | |
|---|---|
Descriptor |
getDescriptorByName(String id)
Exposes all Descriptors by its name to URL. |
| Methods inherited from interface hudson.model.ModelObject |
|---|
getDisplayName |
| Method Detail |
|---|
Descriptor getDescriptorByName(String id)
Descriptors by its name to URL.
Implementation should always delegate to Jenkins.getDescriptorByName(String).
id - Either Descriptor.getId() (recommended) or the short name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||