Uses of Class
org.jenkinsci.plugins.codesonar.services.HttpService
Packages that use HttpService
-
Uses of HttpService in org.jenkinsci.plugins.codesonar
Methods in org.jenkinsci.plugins.codesonar with parameters of type HttpServiceModifier and TypeMethodDescriptionAnalysisServiceFactory.getAnalysisService
(HttpService httpService, XmlSerializationService xmlSerializationService) void
CodeSonarPublisher.setHttpService
(HttpService httpService) Used by unit tests. -
Uses of HttpService in org.jenkinsci.plugins.codesonar.services
Constructors in org.jenkinsci.plugins.codesonar.services with parameters of type HttpServiceModifierConstructorDescriptionAlertsService
(HttpService httpService) AnalysisService
(HttpService httpService, XmlSerializationService xmlSerializationService, String visibilityFilter, String newWarningsFilter, boolean strictQueryParameters) AuthenticationService
(HttpService httpService) CodeSonarHubAnalysisDataLoader
(HttpService httpService, CodeSonarHubInfo hubInfo, URI baseHubUri, Long analysisId, String visibilityFilter, String newWarningsVisibilityFilter) CodeSonarServices
(HttpService httpService, CodeSonarHubInfo hubInfo) HubInfoService
(HttpService httpService) MetricsService
(HttpService httpService, XmlSerializationService xmlSerializationService) ProceduresService
(HttpService httpService, XmlSerializationService xmlSerializationService, boolean strictQueryParameters) WarningsService
(HttpService httpService, boolean strictQueryParameters)