Home | History | Annotate | Download | only in build

Lines Matching refs:account_id

206     def CallBuildsvc(self, method, params, account_id):
212 account_id: int, ID associated with the PAB account.
226 headers['x-alkali-account'] = account_id
251 account_id,
260 account_id: int, ID associated with the PAB account.
280 result = self.CallBuildsvc("listBuild", params, account_id)
295 dummy) + '?a=' + str(account_id)
305 def GetLatestBuildId(self, account_id, branch, target, method=GET):
308 account_id: int, ID associated with the PAB account.
317 build_list = self.GetBuildList(account_id=account_id,
323 'No builds found for account_id=%s, branch=%s, target=%s' %
324 (account_id, branch, target))
341 self, account_id, build_id, branch, target, method=POST):
347 account_id: int, ID associated with the PAB account.
361 result = self.CallBuildsvc("getBuild", params, account_id)
369 account_id,
379 account_id: int, ID associated with the PAB account.
402 account_id=account_id)
416 artifact_name) + '?a=' + str(account_id)
448 account_id,
459 account_id: int, ID associated with the PAB account.
475 build_id = self.GetLatestBuildId(account_id=account_id,
486 artifacts = self.GetBuildArtifacts(account_id=account_id,
505 url = self.GetArtifactURL(account_id=account_id,