Skip to main content

BitbucketCloudEntityProvider.fromConfig()

Home > @backstage/plugin-catalog-backend-module-bitbucket-cloud > BitbucketCloudEntityProvider > fromConfig

Signature:

static fromConfig(config: Config, options: {
auth: AuthService;
catalogApi: CatalogApi;
events: EventsService;
logger: LoggerService;
schedule?: SchedulerServiceTaskRunner;
scheduler?: SchedulerService;
}): BitbucketCloudEntityProvider[];

Parameters

Parameter

Type

Description

config

Config

options

{ auth: AuthService; catalogApi: CatalogApi; events: EventsService; logger: LoggerService; schedule?: SchedulerServiceTaskRunner; scheduler?: SchedulerService; }

**Returns:**

BitbucketCloudEntityProvider[]