SurveyMonkey / pyteamcity

Use the TeamCity REST API from Python
51 stars 50 forks source link

Allow get_builds to filter by status #10

Closed msabramo closed 9 years ago

msabramo commented 9 years ago

E.g.:

data = tc.get_builds(status=FAILED)
msabramo commented 9 years ago

Fixed by d6b1c6ebcbe5f4450cfb733885a35fd1a132a1c5 and fc6410c660ff66191fb027a017755f0d5a224a1a.