Skip to content

Commit

Permalink
Issue #14 [BuildQueue] renamed list_tasks -> list
Browse files Browse the repository at this point in the history
  • Loading branch information
arangamani committed Jan 27, 2013
1 parent 53bf5c9 commit 3e51108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jenkins_api_client/build_queue.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def size

# Lists all tasks currently in the build queue
#
def list_tasks
def list
response_json = @client.api_get_request("/queue")
tasks = []
response_json["items"].each do |item|
Expand Down

0 comments on commit 3e51108

Please sign in to comment.