Signed-off-by: Abhay-soni-developer <abhaysoni.developer@gmail.com>
This commit is contained in:
Abhay-soni-developer
2023-09-19 13:19:05 +05:30
parent 0359e547b2
commit 58f0cb6812
+15
View File
@@ -19,6 +19,9 @@ import { RouteRef } from '@backstage/core-plugin-api';
// @public (undocumented)
export const EntityJenkinsContent: () => JSX_2.Element;
// @public (undocumented)
export const EntityJobRunsTable: () => JSX_2.Element;
// @public (undocumented)
export const EntityLatestJenkinsRunCard: (props: {
branch: string;
@@ -45,6 +48,13 @@ export interface JenkinsApi {
jobFullName: string;
buildNumber: string;
}): Promise<Build>;
// Warning: (ae-forgotten-export) The symbol "Job" needs to be exported by the entry point index.d.ts
//
// (undocumented)
getJobBuilds(options: {
entity: CompoundEntityRef;
jobFullName: string;
}): Promise<Job>;
// Warning: (ae-forgotten-export) The symbol "Project" needs to be exported by the entry point index.d.ts
getProjects(options: {
entity: CompoundEntityRef;
@@ -80,6 +90,11 @@ export class JenkinsClient implements JenkinsApi {
buildNumber: string;
}): Promise<Build>;
// (undocumented)
getJobBuilds(options: {
entity: CompoundEntityRef;
jobFullName: string;
}): Promise<Job>;
// (undocumented)
getProjects(options: {
entity: CompoundEntityRef;
filter: {