ScmIntegrationsGroup.byHost()
Home > @backstage/integration
> ScmIntegrationsGroup
> byHost
Fetches an integration of this type by host name.
Signature:
byHost(host: string): T | undefined;
Parameters
Parameter |
Type |
Description |
---|---|---|
host |
string |
A host name that matches a registered integration of this type |
T | undefined