org.sonar.wsclient.services
Class MetricCreateQuery

java.lang.Object
  extended by org.sonar.wsclient.services.AbstractQuery<M>
      extended by org.sonar.wsclient.services.CreateQuery<Metric>
          extended by org.sonar.wsclient.services.MetricCreateQuery

public class MetricCreateQuery
extends CreateQuery<Metric>

Since:
3.6

Field Summary
 
Fields inherited from class org.sonar.wsclient.services.AbstractQuery
DEFAULT_TIMEOUT_MILLISECONDS
 
Method Summary
static MetricCreateQuery create(String metricKey)
           
 Class<Metric> getModelClass()
           
 String getUrl()
          Must start with a slash, for example: /api/metrics
 MetricCreateQuery setDescription(String description)
           
 MetricCreateQuery setDomain(String domain)
           
 MetricCreateQuery setName(String name)
           
 MetricCreateQuery setType(String type)
           
 
Methods inherited from class org.sonar.wsclient.services.AbstractQuery
appendUrlParameter, appendUrlParameter, appendUrlParameter, appendUrlParameter, encode, getBody, getLocale, getTimeoutMilliseconds, setLocale, setTimeoutMilliseconds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static MetricCreateQuery create(String metricKey)

setName

public MetricCreateQuery setName(String name)

setDescription

public MetricCreateQuery setDescription(String description)

setDomain

public MetricCreateQuery setDomain(String domain)

setType

public MetricCreateQuery setType(String type)

getUrl

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

IMPORTANT: In implementations of this method we must use helper methods to construct URL.

Specified by:
getUrl in class AbstractQuery<Metric>
See Also:
AbstractQuery.encode(String), AbstractQuery.appendUrlParameter(StringBuilder, String, Object), AbstractQuery.appendUrlParameter(StringBuilder, String, Object[]), AbstractQuery.appendUrlParameter(StringBuilder, String, Date, boolean)

getModelClass

public Class<Metric> getModelClass()
Specified by:
getModelClass in class CreateQuery<Metric>


Copyright © 2009-2013 SonarSource. All Rights Reserved.