Uses of Class
org.sonar.wsclient.SonarClient.Builder

Packages that use SonarClient.Builder
org.sonar.wsclient   
 

Uses of SonarClient.Builder in org.sonar.wsclient
 

Methods in org.sonar.wsclient that return SonarClient.Builder
static SonarClient.Builder SonarClient.builder()
          Create a builder of SonarClients.
 SonarClient.Builder SonarClient.Builder.connectTimeoutMilliseconds(int i)
          Sets a specified timeout value, in milliseconds, to be used when opening HTTP connection.
 SonarClient.Builder SonarClient.Builder.login(String login)
          Optional login, for example "admin"
 SonarClient.Builder SonarClient.Builder.password(String password)
          Optional password related to login(String), for example "admin"
 SonarClient.Builder SonarClient.Builder.proxy(String proxyHost, int proxyPort)
          Host and port of the optional HTTP proxy
 SonarClient.Builder SonarClient.Builder.proxyLogin(String proxyLogin)
           
 SonarClient.Builder SonarClient.Builder.proxyPassword(String proxyPassword)
           
 SonarClient.Builder SonarClient.Builder.readTimeoutMilliseconds(int i)
          Sets the read timeout to a specified timeout, in milliseconds.
 SonarClient.Builder SonarClient.Builder.url(String url)
          Mandatory HTTP server URL, eg "http://localhost:9000"
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.