public final class UpdateCenterQuery extends Query<Plugin>
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_URL |
DEFAULT_TIMEOUT_MILLISECONDS| Modifier and Type | Method and Description |
|---|---|
static UpdateCenterQuery |
createForInstalledPlugins() |
Class<Plugin> |
getModelClass() |
String |
getUrl()
Must start with a slash, for example: /api/metrics
|
appendUrlParameter, appendUrlParameter, appendUrlParameter, encode, getBody, getLocale, getTimeoutMilliseconds, setLocale, setTimeoutMillisecondspublic static final String BASE_URL
public Class<Plugin> getModelClass()
getModelClass in class Query<Plugin>public String getUrl()
AbstractQueryIMPORTANT: In implementations of this method we must use helper methods to construct URL.
public static UpdateCenterQuery createForInstalledPlugins()
Copyright © 2009-2012 SonarSource. All Rights Reserved.