Method: Jenkins::Plugin#peer
- Defined in:
- lib/jenkins/plugin.rb
#peer ⇒ Object (readonly)
the instance of jenkins.ruby.RubyPlugin with which this Plugin is associated
29 30 31 |
# File 'lib/jenkins/plugin.rb', line 29 def peer @peer end |