api docs
Signed-off-by: Abhay-soni-developer <abhaysoni.developer@gmail.com>
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user