Added changeset and updated API Report

Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
This commit is contained in:
Andre Wanlin
2021-10-31 16:54:08 -05:00
parent 7d1a522abc
commit a77526afcd
2 changed files with 8 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-azure-devops-backend': patch
---
Added getting builds by definition name
+3 -2
View File
@@ -25,8 +25,9 @@ export class AzureDevOpsApi {
// (undocumented)
getBuildList(
projectName: string,
repoId: string,
top: number,
definitions?: number[],
repoId?: string,
top?: number,
): Promise<Build[]>;
// (undocumented)
getDashboardPullRequests(