for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
from lib.action import TeamCityAction
class GetBuildQueueAction(TeamCityAction):
def run(self):
response = self._api_get('/buildQueue')
return response