Skip to main content

GithubMultiOrgEntityProvider

Home > @backstage/plugin-catalog-backend-module-github > GithubMultiOrgEntityProvider

Ingests org data (users and groups) from GitHub.

Signature:

class GithubMultiOrgEntityProvider implements EntityProvider 

Implements: EntityProvider

Constructors

ConstructorModifiersDescription
(constructor)(options)Constructs a new instance of the GithubMultiOrgEntityProvider class

Methods

MethodModifiersDescription
connect(connection)
fromConfig(config, options)static
getProviderName()
read(options)Runs one single complete ingestion. This is only necessary if you use manual scheduling.