Uses of Class
org.jenkinsci.plugins.codesonar.CodeSonarPluginException
Packages that use CodeSonarPluginException
Package
Description
-
Uses of CodeSonarPluginException in org.jenkinsci.plugins.codesonar
Subclasses of CodeSonarPluginException in org.jenkinsci.plugins.codesonarModifier and TypeClassDescriptionclassclassclassMethods in org.jenkinsci.plugins.codesonar that throw CodeSonarPluginExceptionModifier and TypeMethodDescriptionAnalysisServiceFactory.getAnalysisService(HttpService httpService, XmlSerializationService xmlSerializationService) -
Uses of CodeSonarPluginException in org.jenkinsci.plugins.codesonar.conditions
Methods in org.jenkinsci.plugins.codesonar.conditions that throw CodeSonarPluginExceptionModifier and TypeMethodDescriptionabstract ResultCondition.validate(CodeSonarHubAnalysisDataLoader current, CodeSonarHubAnalysisDataLoader previous, Launcher launcher, TaskListener listener, CodeSonarLogger logger) NewWarningsIncreasedByPercentageCondition.validate(CodeSonarHubAnalysisDataLoader current, CodeSonarHubAnalysisDataLoader previous, Launcher launcher, TaskListener listener, CodeSonarLogger csLogger) ProcedureCyclomaticComplexityExceededCondition.validate(CodeSonarHubAnalysisDataLoader current, CodeSonarHubAnalysisDataLoader previous, Launcher launcher, TaskListener listener, CodeSonarLogger csLogger) RedAlertLimitCondition.validate(CodeSonarHubAnalysisDataLoader current, CodeSonarHubAnalysisDataLoader previous, Launcher launcher, TaskListener listener, CodeSonarLogger csLogger) WarningCountAbsoluteSpecifiedScoreAndHigherCondition.validate(CodeSonarHubAnalysisDataLoader current, CodeSonarHubAnalysisDataLoader previous, Launcher launcher, TaskListener listener, CodeSonarLogger csLogger) WarningCountIncreaseOverallCondition.validate(CodeSonarHubAnalysisDataLoader current, CodeSonarHubAnalysisDataLoader previous, Launcher launcher, TaskListener listener, CodeSonarLogger csLogger) WarningCountIncreaseSpecifiedScoreAndHigherCondition.validate(CodeSonarHubAnalysisDataLoader current, CodeSonarHubAnalysisDataLoader previous, Launcher launcher, TaskListener listener, CodeSonarLogger csLogger) YellowAlertLimitCondition.validate(CodeSonarHubAnalysisDataLoader current, CodeSonarHubAnalysisDataLoader previous, Launcher launcher, TaskListener listener, CodeSonarLogger csLogger) -
Uses of CodeSonarPluginException in org.jenkinsci.plugins.codesonar.models
Methods in org.jenkinsci.plugins.codesonar.models that throw CodeSonarPluginException -
Uses of CodeSonarPluginException in org.jenkinsci.plugins.codesonar.models.metrics
Methods in org.jenkinsci.plugins.codesonar.models.metrics that throw CodeSonarPluginException -
Uses of CodeSonarPluginException in org.jenkinsci.plugins.codesonar.models.projects
Methods in org.jenkinsci.plugins.codesonar.models.projects that throw CodeSonarPluginException -
Uses of CodeSonarPluginException in org.jenkinsci.plugins.codesonar.services
Methods in org.jenkinsci.plugins.codesonar.services that throw CodeSonarPluginExceptionModifier and TypeMethodDescriptionvoidAuthenticationService.authenticate(URI baseHubUri) voidAuthenticationService.authenticate(URI baseHubUri, String username, String password) <T extends Serializable>
TXmlSerializationService.deserialize(InputStream content, Class<T> t) HubInfoService.fetchHubInfo(URI baseHubUri) AlertsService.getAlertCounter(URI baseHubUri, long analysisId) CodeSonarServices.getAlertsService()AnalysisService.getAnalysisFromUrl(String analysisUrl) IAnalysisService.getAnalysisFromUrl(String analysisUrl) AnalysisService.getAnalysisFromUrlWarningsByFilter(URI baseHubUri, long analysisId) Retrieves analysis data for "all" warnings, in particular it returns the whole list of warnings.IAnalysisService.getAnalysisFromUrlWarningsByFilter(URI baseHubUri, long analysisId) AnalysisService.getAnalysisFromUrlWithNewWarnings(URI baseHubUri, long analysisId) Retrieves analysis data for "new" warnings, in particular it returns the whole list of warnings.IAnalysisService.getAnalysisFromUrlWithNewWarnings(URI baseHubUri, long analysisId) CodeSonarServices.getAnalysisService()AnalysisService.getLatestAnalysisUrlForAProject(URI baseHubUri, String projectName) IAnalysisService.getLatestAnalysisUrlForAProject(URI baseHubUri, String projectName) protected AnalysisCodeSonarHubAnalysisDataLoader.getLegacyAnalysisViewActive()protected AnalysisCodeSonarHubAnalysisDataLoader.getLegacyAnalysisViewNew()protected MetricsCodeSonarHubAnalysisDataLoader.getLegacyMetrics()protected ProceduresCodeSonarHubAnalysisDataLoader.getLegacyProcedures()MetricsService.getMetricsFromUri(URI metricsUri) CodeSonarServices.getMetricsService()longCodeSonarHubAnalysisDataLoader.getNumberOfActiveWarnings()intCodeSonarHubAnalysisDataLoader.getNumberOfAlerts(CodeSonarAlertLevels level) longCodeSonarHubAnalysisDataLoader.getNumberOfNewWarnings()AnalysisService.getNumberOfWarnings(URI baseHubUri, long analysisId, String filter) IAnalysisService.getNumberOfWarnings(URI baseHubUri, long analysisId, String filter) longCodeSonarHubAnalysisDataLoader.getNumberOfWarningsWithScoreAboveThreshold(int threshold) longWarningsService.getNumberOfWarningsWithScoreAboveThreshold(URI baseHubUri, long analysisId, int threshold, String visibilityFilter) ProceduresService.getProceduresFromUri(URI proceduresUri) CodeSonarServices.getProceduresService()CodeSonarHubAnalysisDataLoader.getProcedureWithMaxCyclomaticComplexity()ProceduresService.getProcedureWithMaxCyclomaticComplexity(URI baseHubUri, long analysisId) HttpService.getResponse(HttpServiceRequest request) HttpService.getResponseFromUrl(String url) HttpService.getResponseFromUrl(URI uri) CodeSonarServices.getWarningsService()protected StringAbstractService.readResponseContent(HttpServiceResponse response, String endpoint) protected StringAbstractService.readResponseContent(HttpServiceResponse response, URI endpoint) voidConstructors in org.jenkinsci.plugins.codesonar.services that throw CodeSonarPluginExceptionModifierConstructorDescriptionHttpService(Collection<? extends Certificate> serverCertificates, KeyStore clientCertificateKeyStore, Secret clientCertificatePassword, int socketTimeoutMS) HttpServiceRequest(String uri) HttpServiceRequest(URI uri)