Skip to main content

ScmIntegrationsGroup.byUrl()

Home > @backstage/integration > ScmIntegrationsGroup > byUrl

Fetches an integration of this type by URL.

Signature:

byUrl(url: string | URL): T | undefined;

Parameters

ParameterTypeDescription
urlstring | URLA URL that matches a registered integration of this type

Returns:

T | undefined