BitbucketServerIntegrationConfig
Home > @backstage/integration
> BitbucketServerIntegrationConfig
The configuration parameters for a single Bitbucket Server API provider.
Signature:
export type BitbucketServerIntegrationConfig = {
host: string;
apiBaseUrl: string;
token?: string;
username?: string;
password?: string;
};