module Subordinate::Client::Queue

Queue management and configuration

@see ci.jenkins-ci.org/job/jenkins_rc_branch/api/

Public Instance Methods

build_queue(options = {}) click to toggle source

Returns the current build queue for the system

@see ci.jenkins-ci.org/queue/api/

@return [Hashie::Mash] build queue response

@example Get the current build queue

Subordinate::Client.build_queue

@author Jason Truluck

# File lib/subordinate/client/queue.rb, line 18
def build_queue(options = {})
  get("queue/api/json", options)
end