1b4e1e2306
Split `integrations.bitbucket` into `integrations.bitbucketCloud` and `integrations.bitbucketServer` while staying backwards compatible for now (== `BitbucketIntegration` loads from the new configs, too, if the old is not used). Relates-to: #9923 Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
Integrations React-specific functionality
Exposes a frontend API for interacting with configured integrations (as added
under the integrations root config key). Most of the actual code is in the
@backstage/integration package.