Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
bnechyporenko
2024-01-15 10:43:37 +01:00
parent 11b9a08e92
commit 0e0bb6d09e
3 changed files with 0 additions and 6 deletions
@@ -54,7 +54,6 @@ export default async function createPlugin(
config: env.config,
database: env.database,
catalogClient: catalogClient,
eventBroker: env.eventBroker,
reader: env.reader,
identity: env.identity,
scheduler: env.scheduler,
-3
View File
@@ -9,7 +9,6 @@ import * as bitbucket from '@backstage/plugin-scaffolder-backend-module-bitbucke
import { CatalogApi } from '@backstage/catalog-client';
import { Config } from '@backstage/config';
import { Duration } from 'luxon';
import { EventBroker } from '@backstage/plugin-events-node';
import { executeShellCommand as executeShellCommand_2 } from '@backstage/plugin-scaffolder-node';
import { ExecuteShellCommandOptions } from '@backstage/plugin-scaffolder-node';
import express from 'express';
@@ -439,8 +438,6 @@ export interface RouterOptions {
// (undocumented)
database: PluginDatabaseManager;
// (undocumented)
eventBroker?: EventBroker;
// (undocumented)
identity?: IdentityApi;
// (undocumented)
lifecycle?: LifecycleService;
@@ -77,7 +77,6 @@ import {
PermissionRule,
} from '@backstage/plugin-permission-node';
import { scaffolderActionRules, scaffolderTemplateRules } from './rules';
import { EventBroker } from '@backstage/plugin-events-node';
import { Duration } from 'luxon';
import { LifecycleService } from '@backstage/backend-plugin-api';
@@ -130,7 +129,6 @@ export interface RouterOptions {
database: PluginDatabaseManager;
catalogClient: CatalogApi;
scheduler?: PluginTaskScheduler;
eventBroker?: EventBroker;
actions?: TemplateAction<any, any>[];
/**
* @deprecated taskWorkers is deprecated in favor of concurrentTasksLimit option with a single TaskWorker