Class WsClientFactories

java.lang.Object
org.sonarqube.ws.client.WsClientFactories

public class WsClientFactories extends Object
All provided implementations of WsClientFactory.
  • Method Details

    • getDefault

      public static WsClientFactory getDefault()
      Factory to be used when connecting to a remote SonarQube web server.
    • getLocal

      public static LocalWsClientFactory getLocal()
      Factory that allows a SonarQube web service to interact with other web services, without using the HTTP stack.
      See Also:
      • LocalConnector