org.sonar.wsclient.services
Class UpdateCenterQuery

java.lang.Object
  extended by org.sonar.wsclient.services.AbstractQuery<MODEL>
      extended by org.sonar.wsclient.services.Query<Plugin>
          extended by org.sonar.wsclient.services.UpdateCenterQuery

public class UpdateCenterQuery
extends Query<Plugin>

Since:
2.4

Field Summary
static String BASE_URL
           
 
Method Summary
static UpdateCenterQuery createForInstalledPlugins()
           
 Class<Plugin> getModelClass()
           
 String getUrl()
          Must start with a slash, for example: /api/metrics
 
Methods inherited from class org.sonar.wsclient.services.AbstractQuery
appendUrlParameter, appendUrlParameter, appendUrlParameter, getBody
 
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 String BASE_URL
See Also:
Constant Field Values
Method Detail

getModelClass

public Class<Plugin> getModelClass()
Specified by:
getModelClass in class Query<Plugin>

getUrl

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

Specified by:
getUrl in class AbstractQuery<Plugin>

createForInstalledPlugins

public static UpdateCenterQuery createForInstalledPlugins()


Copyright © 2009-2011 SonarSource. All Rights Reserved.