UNPKG

@backstage/integration

Version:

Helpers for managing integrations towards external systems

44 lines (43 loc) 4.55 kB
export { AwsS3Integration } from './awsS3/AwsS3Integration.esm.js'; export { readAwsS3IntegrationConfig, readAwsS3IntegrationConfigs } from './awsS3/config.esm.js'; export { AwsCodeCommitIntegration } from './awsCodeCommit/AwsCodeCommitIntegration.esm.js'; export { readAwsCodeCommitIntegrationConfig, readAwsCodeCommitIntegrationConfigs } from './awsCodeCommit/config.esm.js'; export { AzureBlobStorageIntergation } from './azureBlobStorage/AzureBlobStorageIntegration.esm.js'; export { readAzureBlobStorageIntegrationConfig, readAzureBlobStorageIntegrationConfigs } from './azureBlobStorage/config.esm.js'; export { DefaultAzureCredentialsManager } from './azureBlobStorage/DefaultAzureCredentialsProvider.esm.js'; export { AzureIntegration } from './azure/AzureIntegration.esm.js'; export { readAzureIntegrationConfig, readAzureIntegrationConfigs } from './azure/config.esm.js'; export { getAzureCommitsUrl, getAzureDownloadUrl, getAzureFileFetchUrl } from './azure/core.esm.js'; export { DefaultAzureDevOpsCredentialsProvider } from './azure/DefaultAzureDevOpsCredentialsProvider.esm.js'; export { getAzureRequestOptions } from './azure/deprecated.esm.js'; export { BitbucketIntegration } from './bitbucket/BitbucketIntegration.esm.js'; export { readBitbucketIntegrationConfig, readBitbucketIntegrationConfigs } from './bitbucket/config.esm.js'; export { getBitbucketDefaultBranch, getBitbucketDownloadUrl, getBitbucketFileFetchUrl, getBitbucketRequestOptions } from './bitbucket/core.esm.js'; export { BitbucketCloudIntegration } from './bitbucketCloud/BitbucketCloudIntegration.esm.js'; export { readBitbucketCloudIntegrationConfig, readBitbucketCloudIntegrationConfigs } from './bitbucketCloud/config.esm.js'; export { getBitbucketCloudDefaultBranch, getBitbucketCloudDownloadUrl, getBitbucketCloudFileFetchUrl, getBitbucketCloudRequestOptions } from './bitbucketCloud/core.esm.js'; export { BitbucketServerIntegration } from './bitbucketServer/BitbucketServerIntegration.esm.js'; export { readBitbucketServerIntegrationConfig, readBitbucketServerIntegrationConfigs } from './bitbucketServer/config.esm.js'; export { getBitbucketServerDefaultBranch, getBitbucketServerDownloadUrl, getBitbucketServerFileFetchUrl, getBitbucketServerRequestOptions } from './bitbucketServer/core.esm.js'; export { GerritIntegration } from './gerrit/GerritIntegration.esm.js'; export { readGerritIntegrationConfig, readGerritIntegrationConfigs } from './gerrit/config.esm.js'; export { buildGerritGitilesArchiveUrl, buildGerritGitilesArchiveUrlFromLocation, getGerritBranchApiUrl, getGerritCloneRepoUrl, getGerritFileContentsApiUrl, getGerritProjectsApiUrl, getGerritRequestOptions, getGitilesAuthenticationUrl, parseGerritGitilesUrl, parseGerritJsonResponse, parseGitilesUrlRef } from './gerrit/core.esm.js'; export { GiteaIntegration } from './gitea/GiteaIntegration.esm.js'; export { getGiteaArchiveUrl, getGiteaEditContentsUrl, getGiteaFileContentsUrl, getGiteaLatestCommitUrl, getGiteaRequestOptions, parseGiteaUrl } from './gitea/core.esm.js'; export { readGiteaConfig } from './gitea/config.esm.js'; export { readGithubIntegrationConfig, readGithubIntegrationConfigs } from './github/config.esm.js'; export { getGitHubRequestOptions, getGithubFileFetchUrl } from './github/core.esm.js'; export { DefaultGithubCredentialsProvider } from './github/DefaultGithubCredentialsProvider.esm.js'; export { GithubAppCredentialsMux, SingleInstanceGithubCredentialsProvider } from './github/SingleInstanceGithubCredentialsProvider.esm.js'; export { GithubIntegration, replaceGithubUrlType } from './github/GithubIntegration.esm.js'; export { getGitLabIntegrationRelativePath, readGitLabIntegrationConfig, readGitLabIntegrationConfigs } from './gitlab/config.esm.js'; export { getGitLabFileFetchUrl, getGitLabRequestOptions } from './gitlab/core.esm.js'; export { GitLabIntegration, replaceGitLabUrlType } from './gitlab/GitLabIntegration.esm.js'; export { DefaultGitlabCredentialsProvider } from './gitlab/DefaultGitlabCredentialsProvider.esm.js'; export { readGoogleGcsIntegrationConfig } from './googleGcs/config.esm.js'; export { HarnessIntegration } from './harness/HarnessIntegration.esm.js'; export { getHarnessArchiveUrl, getHarnessFileContentsUrl, getHarnessLatestCommitUrl, getHarnessRequestOptions, parseHarnessUrl } from './harness/core.esm.js'; export { readHarnessConfig } from './harness/config.esm.js'; export { defaultScmResolveUrl } from './helpers.esm.js'; export { ScmIntegrations } from './ScmIntegrations.esm.js'; //# sourceMappingURL=index.esm.js.map