org.sonar.wsclient.services
Class ServerQuery

java.lang.Object
  extended by org.sonar.wsclient.services.AbstractQuery<MODEL>
      extended by org.sonar.wsclient.services.Query<Server>
          extended by org.sonar.wsclient.services.ServerQuery

public class ServerQuery
extends Query<Server>


Field Summary
static java.lang.String BASE_URL
           
 
Constructor Summary
ServerQuery()
           
 
Method Summary
 java.lang.Class<Server> getModelClass()
           
 java.lang.String getUrl()
          Must start with a slash, for example: /api/metrics
 
Methods inherited from class org.sonar.wsclient.services.AbstractQuery
appendUrlParameter, appendUrlParameter, appendUrlParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASE_URL

public static final java.lang.String BASE_URL
See Also:
Constant Field Values
Constructor Detail

ServerQuery

public ServerQuery()
Method Detail

getUrl

public java.lang.String getUrl()
Description copied from class: AbstractQuery
Must start with a slash, for example: /api/metrics

Specified by:
getUrl in class AbstractQuery<Server>

getModelClass

public java.lang.Class<Server> getModelClass()
Specified by:
getModelClass in class Query<Server>


Copyright © 2009-2010 SonarSource. All Rights Reserved.