org.sonar.ide.wsclient
Class ProperViolationQuery

java.lang.Object
  extended by org.sonar.wsclient.services.AbstractQuery<MODEL>
      extended by org.sonar.wsclient.services.Query<org.sonar.wsclient.services.Violation>
          extended by org.sonar.wsclient.services.ViolationQuery
              extended by org.sonar.ide.wsclient.ProperViolationQuery

Deprecated. Should be removed after release of sonar-ws-client 2.3

@Deprecated
public class ProperViolationQuery
extends org.sonar.wsclient.services.ViolationQuery

Workaround for SONAR-1793: Wrong URL construction in ViolationQuery, when depth parameter used.


Field Summary
 
Fields inherited from class org.sonar.wsclient.services.ViolationQuery
BASE_URL
 
Constructor Summary
ProperViolationQuery(String resourceKeyOrId)
          Deprecated.  
 
Method Summary
 String getUrl()
          Deprecated.  
 
Methods inherited from class org.sonar.wsclient.services.ViolationQuery
createForResource, createForResource, getCategories, getDepth, getModelClass, getPriorities, getQualifiers, getRuleKeys, getScopes, setCategories, setDepth, setPriorities, setQualifiers, setRuleKeys, setScopes
 
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
 

Constructor Detail

ProperViolationQuery

public ProperViolationQuery(String resourceKeyOrId)
Deprecated. 
Method Detail

getUrl

public String getUrl()
Deprecated. 
Overrides:
getUrl in class org.sonar.wsclient.services.ViolationQuery


Copyright © 2010 Evgeny Mandrikov. All Rights Reserved.