pub fn factory(
cfg: &ReleaseSourceConfig,
token: Option<SecretString>,
) -> Result<Arc<dyn ReleaseProvider>, ProviderError>Expand description
Construct a BitbucketProvider.
ยงErrors
ProviderError::InvalidConfig for empty or http-prefixed hosts,
missing workspace / repo_slug, or a reqwest build failure.