Skip to main content

BitbucketCloudEntityProvider

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

Discovers catalog files located in [Bitbucket Cloud](https://bitbucket.org). The provider will search your Bitbucket Cloud account and register catalog files matching the configured path as Location entity and via following processing steps add all contained catalog entities. This can be useful as an alternative to static locations or manually adding things to the catalog.

Signature:

class BitbucketCloudEntityProvider implements EntityProvider 

Implements: EntityProvider

Methods

MethodModifiersDescription
connect(connection)
fromConfig(config, options)static
getProviderName()
getTaskId()
onRepoPush(event)
refresh(logger)