Skip to main content
Version: Next

ScmIntegrationsGroup

Home > @backstage/integration > ScmIntegrationsGroup

Encapsulates several integrations, that are all of the same type.

Signature:

export interface ScmIntegrationsGroup<T extends ScmIntegration> 

Methods

Method

Description

byHost(host)

Fetches an integration of this type by host name.

byUrl(url)

Fetches an integration of this type by URL.

list()

Lists all registered integrations of this type.