Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 765 Bytes

File metadata and controls

29 lines (22 loc) · 765 Bytes

API Report File for "@backstage/plugin-allure"

Do not edit this file. It is a report generated by API Extractor.

/// <reference types="react" />

import { BackstagePlugin } from '@backstage/core-plugin-api';
import { Entity } from '@backstage/catalog-model';
import { RouteRef } from '@backstage/core-plugin-api';

// @public (undocumented)
export const ALLURE_PROJECT_ID_ANNOTATION = 'qameta.io/allure-project';

// @public (undocumented)
export const allurePlugin: BackstagePlugin<
  {
    root: RouteRef<undefined>;
  },
  {},
  {}
>;

// @public (undocumented)
export const EntityAllureReportContent: () => JSX.Element;

// @public (undocumented)
export const isAllureReportAvailable: (entity: Entity) => boolean;