Method: Jenkins::Plugin#stop

Defined in:
lib/jenkins/plugin.rb

#stopObject

Called one by Jenkins (via RubyPlugin) when this plugin is shut down. Currently this does nothing, but plugin shutdown hooks would go here.



154
155
156
# File 'lib/jenkins/plugin.rb', line 154

def stop
  @on.fire(:stop, self)
end