Module: Jenkins::RackSupport
- Defined in:
- lib/jenkins/rack.rb
Overview
By including this module into your model class and defining the Rack-compatible call method, you can handle requests within your model object through a Rack application, effectively making Jenkins a rack server.