Uses of Class
org.sonar.wsclient.services.Server

Packages that use Server
org.sonar.wsclient.gwt.unmarshallers   
org.sonar.wsclient.services   
org.sonar.wsclient.unmarshallers   
 

Uses of Server in org.sonar.wsclient.gwt.unmarshallers
 

Methods in org.sonar.wsclient.gwt.unmarshallers that return Server
 Server ServerUnmarshaller.toModel(com.google.gwt.core.client.JavaScriptObject json)
           
 

Methods in org.sonar.wsclient.gwt.unmarshallers that return types with arguments of type Server
 List<Server> ServerUnmarshaller.toModels(com.google.gwt.core.client.JavaScriptObject json)
           
 

Uses of Server in org.sonar.wsclient.services
 

Methods in org.sonar.wsclient.services that return Server
 Server Server.setId(String id)
           
 Server Server.setVersion(String version)
           
 

Methods in org.sonar.wsclient.services that return types with arguments of type Server
 Class<Server> ServerQuery.getModelClass()
           
 

Uses of Server in org.sonar.wsclient.unmarshallers
 

Methods in org.sonar.wsclient.unmarshallers that return Server
 Server ServerUnmarshaller.toModel(String json)
           
 

Methods in org.sonar.wsclient.unmarshallers that return types with arguments of type Server
 List<Server> ServerUnmarshaller.toModels(String json)
           
 



Copyright © 2009-2010 SonarSource SA. All Rights Reserved.