module Subordinate::Client::Executor

Executor information

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

Public Instance Methods

build_executor(options = {}) click to toggle source

Returns the current build executor for the system

@see ci.jenkins-ci.org/computer/api/json?pretty=true

@return [Hashie::Mash] build executor response

@example Get information about the build executor

Subordinate::Client.build_executor

@author Jason Truluck

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