From e783290cdd1b4457b67a0f4fe01dd1c4e7b571ce Mon Sep 17 00:00:00 2001 From: Julio Zynger Date: Mon, 3 Jan 2022 15:26:07 +0100 Subject: [PATCH] Update api-report Signed-off-by: Julio Zynger --- plugins/gocd/api-report.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/plugins/gocd/api-report.md b/plugins/gocd/api-report.md index c2a27eeb30..de2c76e06b 100644 --- a/plugins/gocd/api-report.md +++ b/plugins/gocd/api-report.md @@ -8,24 +8,16 @@ import { BackstagePlugin } from '@backstage/core-plugin-api'; import { Entity } from '@backstage/catalog-model'; -// Warning: (ae-missing-release-tag) "EntityGoCdContent" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) -// -// @public (undocumented) +// @public export const EntityGoCdContent: () => JSX.Element; -// Warning: (ae-missing-release-tag) "GOCD_APP_ANNOTATION" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) -// -// @public (undocumented) -export const GOCD_APP_ANNOTATION = 'gocd.org/pipelines'; +// @public +export const GOCD_PIPELINES_ANNOTATION = 'gocd.org/pipelines'; -// Warning: (ae-missing-release-tag) "gocdPlugin" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) -// -// @public (undocumented) +// @public export const gocdPlugin: BackstagePlugin<{}, {}>; -// Warning: (ae-missing-release-tag) "isGoCdAvailable" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) -// -// @public (undocumented) +// @public export const isGoCdAvailable: (entity: Entity) => boolean; // (No @packageDocumentation comment for this package)