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
 java.util.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(java.lang.String id)
           
 Server Server.setVersion(java.lang.String version)
           
 

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

Uses of Server in org.sonar.wsclient.unmarshallers
 

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

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



Copyright © 2009-2010 SonarSource. All Rights Reserved.