From 016331eb7e54bba8a30ae1df9fa460c49abbf314 Mon Sep 17 00:00:00 2001 From: Julio Zynger Date: Thu, 23 Dec 2021 17:57:42 +0100 Subject: [PATCH] Add api-report.md Signed-off-by: Julio Zynger --- plugins/gocd/api-report.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 plugins/gocd/api-report.md diff --git a/plugins/gocd/api-report.md b/plugins/gocd/api-report.md new file mode 100644 index 0000000000..c2a27eeb30 --- /dev/null +++ b/plugins/gocd/api-report.md @@ -0,0 +1,32 @@ +## API Report File for "@backstage/plugin-gocd" + +> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). + +```ts +/// + +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) +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'; + +// 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) +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) +export const isGoCdAvailable: (entity: Entity) => boolean; + +// (No @packageDocumentation comment for this package) +```