Package org.sonarqube.ws.client
Class WsClientFactories
java.lang.Object
org.sonarqube.ws.client.WsClientFactories
All provided implementations of
WsClientFactory.-
Method Summary
Modifier and TypeMethodDescriptionstatic WsClientFactoryFactory to be used when connecting to a remote SonarQube web server.static LocalWsClientFactorygetLocal()Factory that allows a SonarQube web service to interact with other web services, without using the HTTP stack.
-
Method Details
-
getDefault
Factory to be used when connecting to a remote SonarQube web server. -
getLocal
Factory that allows a SonarQube web service to interact with other web services, without using the HTTP stack.- See Also:
-
LocalConnector
-