module Subordinate::Client::People

View Users on the Jenkins server

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

Public Instance Methods

people(options = {}) click to toggle source

Returns the users on the Jenkins server

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

@return [Hashie::Mash] users on the Jenkins server

@example Get the users on the Jenkins server

Subordinate::Client.people

@author Jason Truluck

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