Skip to main content

ScmIntegrationsGroup.byHost()

Home > @backstage/integration > ScmIntegrationsGroup > byHost

Fetches an integration of this type by host name.

Signature:

byHost(host: string): T | undefined;

Parameters

ParameterTypeDescription
hoststringA host name that matches a registered integration of this type

Returns:

T | undefined