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 TypeClassDescriptionclass
class
class
Methods 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 Result
Condition.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 TypeMethodDescriptionvoid
AuthenticationService.authenticate
(URI baseHubUri) void
AuthenticationService.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 Analysis
CodeSonarHubAnalysisDataLoader.getLegacyAnalysisViewActive()
protected Analysis
CodeSonarHubAnalysisDataLoader.getLegacyAnalysisViewNew()
protected Metrics
CodeSonarHubAnalysisDataLoader.getLegacyMetrics()
protected Procedures
CodeSonarHubAnalysisDataLoader.getLegacyProcedures()
MetricsService.getMetricsFromUri
(URI metricsUri) CodeSonarServices.getMetricsService()
long
CodeSonarHubAnalysisDataLoader.getNumberOfActiveWarnings()
int
CodeSonarHubAnalysisDataLoader.getNumberOfAlerts
(CodeSonarAlertLevels level) long
CodeSonarHubAnalysisDataLoader.getNumberOfNewWarnings()
AnalysisService.getNumberOfWarnings
(URI baseHubUri, long analysisId, String filter) IAnalysisService.getNumberOfWarnings
(URI baseHubUri, long analysisId, String filter) long
CodeSonarHubAnalysisDataLoader.getNumberOfWarningsWithScoreAboveThreshold
(int threshold) long
WarningsService.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 String
AbstractService.readResponseContent
(HttpServiceResponse response, String endpoint) protected String
AbstractService.readResponseContent
(HttpServiceResponse response, URI endpoint) void
Constructors 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)