diff --git a/plugins/jenkins/api-report.md b/plugins/jenkins/api-report.md index 9ff6987fe0..bbfc2e8802 100644 --- a/plugins/jenkins/api-report.md +++ b/plugins/jenkins/api-report.md @@ -17,23 +17,6 @@ import { default as React_2 } from 'react'; import { RouteRef } from '@backstage/core-plugin-api'; import { TableColumn } from '@backstage/core-components'; -// Warning: (ae-missing-release-tag) "columnFactories" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) -// -// @public (undocumented) -export const ciTableColumnFactories: Readonly<{ - createTimestampColumn(): TableColumn; - createBuildColumn(): TableColumn; - createSourceColumn(): TableColumn; - createStatusColumn(): TableColumn; - createTestColumn(): TableColumn; - createActionsColumn(): TableColumn; -}>; - -// Warning: (ae-missing-release-tag) "defaultCITableColumns" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) -// -// @public (undocumented) -export const defaultCITableColumns: TableColumn[]; - // @public (undocumented) export const EntityJenkinsContent: (props: { columns?: TableColumn[] | undefined; @@ -137,8 +120,6 @@ export const LatestRunCard: (props: { // @public (undocumented) export const LEGACY_JENKINS_ANNOTATION = 'jenkins.io/github-folder'; -// Warning: (ae-missing-release-tag) "Project" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) -// // @public (undocumented) export interface Project { // (undocumented) @@ -157,9 +138,10 @@ export interface Project { status: string; } -// Warning: (ae-forgotten-export) The symbol "Props" needs to be exported by the entry point index.d.ts // Warning: (ae-missing-release-tag) "Router" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) // // @public (undocumented) -export const Router: (props: Props) => React_2.JSX.Element; +export const Router: (props: { + columns?: TableColumn[]; +}) => React_2.JSX.Element; ```