Method: Jenkins::Plugin#descriptors
- Defined in:
- lib/jenkins/plugin.rb
#descriptors ⇒ Object (readonly)
A list of all the hudson.model.Descriptor objects of which this plugin is aware *indexed by Wrapper class*
This is used so that wrappers can always have a single place to go when they are asked for a descriptor. That way, wrapper instances can always return the descriptor associated with their class.
This may go away.
26 27 28 |
# File 'lib/jenkins/plugin.rb', line 26 def descriptors @descriptors end |