Uses of Class
org.sonar.wsclient.Host

Packages that use Host
org.sonar.wsclient   
org.sonar.wsclient.connectors   
 

Uses of Host in org.sonar.wsclient
 

Methods in org.sonar.wsclient that return Host
 Host Host.setHost(String host)
           
 Host Host.setPassword(String password)
           
 Host Host.setUsername(String username)
           
 

Uses of Host in org.sonar.wsclient.connectors
 

Methods in org.sonar.wsclient.connectors with parameters of type Host
static Connector ConnectorFactory.create(Host server)
           
 

Constructors in org.sonar.wsclient.connectors with parameters of type Host
HttpClient3Connector(Host server)
           
HttpClient3Connector(Host server, org.apache.commons.httpclient.HttpClient httpClient)
           
HttpClient4Connector(Host server)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.