|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DescriptorByNameOwner
Adds getDescriptorByName(String)
to bind Descriptor
s to URL.
Binding them at some specific object (instead of Jenkins
), allows
Descriptor
s 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 Descriptor s by its name to URL. |
Methods inherited from interface hudson.model.ModelObject |
---|
getDisplayName |
Method Detail |
---|
Descriptor getDescriptorByName(String id)
Descriptor
s 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 |