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

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

Uses of ServerSetup in org.sonar.wsclient.services
 

Methods in org.sonar.wsclient.services that return ServerSetup
 ServerSetup ServerSetup.setMessage(String message)
           
 ServerSetup ServerSetup.setStatus(String status)
           
 

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

Uses of ServerSetup in org.sonar.wsclient.unmarshallers
 

Methods in org.sonar.wsclient.unmarshallers that return ServerSetup
 ServerSetup ServerSetupUnmarshaller.toModel(String json)
           
 

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



Copyright © 2009-2012 SonarSource. All Rights Reserved.