renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
10 lines (9 loc) • 481 B
TypeScript
import type { BranchUpgradeConfig } from '../../../../../types';
import { ChangeLogSource } from '../source';
export declare class BitbucketServerChangeLogSource extends ChangeLogSource {
constructor();
getBaseUrl(config: BranchUpgradeConfig): string;
getAPIBaseUrl(config: BranchUpgradeConfig): string;
getCompareURL(baseUrl: string, repository: string, prevHead: string, nextHead: string): string;
getRepositoryFromUrl(config: BranchUpgradeConfig): string;
}