@sonar/scan
Version:
SonarQube/SonarCloud Scanner for the JavaScript world
6 lines (5 loc) • 356 B
TypeScript
import { SemVer } from 'semver';
import { ScannerProperties } from './types';
export declare function fetchServerVersion(properties: ScannerProperties): Promise<SemVer>;
export declare function serverSupportsJREProvisioning(properties: ScannerProperties): Promise<boolean>;
export declare function fetchJRE(properties: ScannerProperties): Promise<string>;