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