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

Parameter

Type

Description

url

string | URL

A URL that matches a registered integration of this type

**Returns:**

T | undefined