GithubDiscoveryProcessor.(constructor)
Home > @backstage/plugin-catalog-backend-module-github > GithubDiscoveryProcessor > (constructor)
Constructs a new instance of the GithubDiscoveryProcessor class
Signature:
constructor(options: {
integrations: ScmIntegrationRegistry;
logger: LoggerService;
githubCredentialsProvider?: GithubCredentialsProvider;
});
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
options |
{ integrations: ScmIntegrationRegistry; logger: LoggerService; githubCredentialsProvider?: GithubCredentialsProvider; } |