(self, org: str, project: str, build_id: int)
| 83 | queryOrder="finishTimeDescending") |
| 84 | |
| 85 | def jobs(self, org: str, project: str, build_id: int): |
| 86 | return self.get(org, project, '_apis/build/builds', build_id, 'timeline') |
| 87 | |
| 88 | def endpoints(self, org: str, project: str): |
| 89 | return self.get(org, project, '_apis/serviceendpoint/endpoints') |