Added changeset and updated API Report
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-azure-devops-backend': patch
|
||||
---
|
||||
|
||||
Added getting builds by definition name
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user