Uses of Class
org.jenkinsci.plugins.codesonar.services.HttpService
-
Packages that use HttpService Package Description org.jenkinsci.plugins.codesonar org.jenkinsci.plugins.codesonar.services -
-
Uses of HttpService in org.jenkinsci.plugins.codesonar
Methods in org.jenkinsci.plugins.codesonar with parameters of type HttpService Modifier and Type Method Description IAnalysisService
AnalysisServiceFactory. 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 HttpService Constructor Description AlertsService(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)
-