updated api-report.md
Signed-off-by: Connor Younglund <younglund_connor@bah.com>
This commit is contained in:
@@ -15,6 +15,7 @@ export class DefaultSonarqubeInfoProvider implements SonarqubeInfoProvider {
|
||||
static fromConfig(config: Config): DefaultSonarqubeInfoProvider;
|
||||
getBaseUrl(options?: { instanceName?: string }): {
|
||||
baseUrl: string;
|
||||
externalUrl?: string;
|
||||
};
|
||||
getFindings(options: {
|
||||
componentKey: string;
|
||||
@@ -49,6 +50,7 @@ export interface SonarqubeFindings {
|
||||
export interface SonarqubeInfoProvider {
|
||||
getBaseUrl(options?: { instanceName?: string }): {
|
||||
baseUrl: string;
|
||||
externalUrl?: string;
|
||||
};
|
||||
getFindings(options: {
|
||||
componentKey: string;
|
||||
@@ -60,6 +62,7 @@ export interface SonarqubeInfoProvider {
|
||||
export interface SonarqubeInstanceConfig {
|
||||
apiKey: string;
|
||||
baseUrl: string;
|
||||
externalUrl?: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user