Skip to main content

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

ParameterTypeDescription
options{ integrations: ScmIntegrationRegistry; logger: LoggerService; githubCredentialsProvider?: GithubCredentialsProvider; }