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

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

Uses of Server in org.sonar.wsclient.services
 

Methods in org.sonar.wsclient.services that return Server
 Server Server.setId(String id)
           
 Server Server.setStatus(Server.Status status)
           
 Server Server.setStatusMessage(String statusMessage)
           
 Server Server.setVersion(String s)
           
 

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-2014 SonarSource. All Rights Reserved.