MCPcopy Create free account
hub / github.com/apache/devlake / jobs

Method jobs

backend/python/plugins/azuredevops/azuredevops/api.py:85–86  ·  view source on GitHub ↗
(self, org: str, project: str, build_id: int)

Source from the content-addressed store, hash-verified

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')

Callers 1

collectMethod · 0.95

Calls 1

getMethod · 0.80

Tested by

no test coverage detected