liocuevas / python-bamboo-api

Bamboo API client for python
20 stars 25 forks source link

Get all latest builds #1

Closed kako-nawao closed 8 years ago

kako-nawao commented 8 years ago

Without a plan key, the method get_builds returns the last build for every plan, up to a certain limit. However, the method does not allow overriding the numbers of results (set at 25), so there's no convenient way to get all the last builds. We'd have to go through every plan and get the latest one, which would mean tons of calls.