Skip to main content

AzureUrlReader.(constructor)

Home > @backstage/backend-common > AzureUrlReader > (constructor)

Constructs a new instance of the AzureUrlReader class

Signature:

constructor(integration: AzureIntegration, deps: {
treeResponseFactory: ReadTreeResponseFactory;
credentialsProvider: AzureDevOpsCredentialsProvider;
});

Parameters

ParameterTypeDescription
integrationAzureIntegration
deps{ treeResponseFactory: ReadTreeResponseFactory; credentialsProvider: AzureDevOpsCredentialsProvider; }