org.sonar.api.web.gwt.client.webservices
Class ViolationsQuery

java.lang.Object
  extended by org.sonar.api.web.gwt.client.webservices.Query<R>
      extended by org.sonar.api.web.gwt.client.webservices.AbstractResourceQuery<Violations>
          extended by org.sonar.api.web.gwt.client.webservices.ViolationsQuery

Deprecated. since 2.5, use ViolationQuery instead.

@Deprecated
public final class ViolationsQuery
extends AbstractResourceQuery<Violations>


Method Summary
static ViolationsQuery create(String resourceKey)
          Deprecated.  
 void execute(QueryCallBack<Violations> callback)
          Deprecated.  
 String getCategories()
          Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
 Integer getDepth()
          Deprecated.  
 String getPriorities()
          Deprecated.  
 String getQualifiers()
          Deprecated.  
 String getRules()
          Deprecated.  
 String getScopes()
          Deprecated.  
 ViolationsQuery setCategories(String s)
          Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
 ViolationsQuery setDepth(Integer depth)
          Deprecated.  
 ViolationsQuery setPriorities(String priorities)
          Deprecated.  
 ViolationsQuery setQualifiers(String qualifiers)
          Deprecated.  
 ViolationsQuery setRules(String rules)
          Deprecated.  
 ViolationsQuery setScopes(String scopes)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class org.sonar.api.web.gwt.client.webservices.AbstractResourceQuery
getResourceKey, setResourceKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

create

public static ViolationsQuery create(String resourceKey)
Deprecated. 

getScopes

public String getScopes()
Deprecated. 

setScopes

public ViolationsQuery setScopes(String scopes)
Deprecated. 

getQualifiers

public String getQualifiers()
Deprecated. 

setQualifiers

public ViolationsQuery setQualifiers(String qualifiers)
Deprecated. 

getRules

public String getRules()
Deprecated. 

setRules

public ViolationsQuery setRules(String rules)
Deprecated. 

getCategories

@Deprecated
public String getCategories()
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007


setCategories

@Deprecated
public ViolationsQuery setCategories(String s)
Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007


getDepth

public Integer getDepth()
Deprecated. 

setDepth

public ViolationsQuery setDepth(Integer depth)
Deprecated. 

getPriorities

public String getPriorities()
Deprecated. 

setPriorities

public ViolationsQuery setPriorities(String priorities)
Deprecated. 

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

execute

public void execute(QueryCallBack<Violations> callback)
Deprecated. 
Specified by:
execute in class Query<Violations>


Copyright © 2009-2011 SonarSource. All Rights Reserved.