Method: Jenkins::Plugin#start
- Defined in:
- lib/jenkins/plugin.rb
#start ⇒ Object
Called once when Jenkins first initializes this plugin currently does nothing, but plugin startup hooks would go here.
147 148 149 |
# File 'lib/jenkins/plugin.rb', line 147 def start @on.fire(:start, self) end |