Uses of Class
org.sonar.wsclient.services.ResourceQuery

Packages that use ResourceQuery
org.sonar.wsclient.services   
 

Uses of ResourceQuery in org.sonar.wsclient.services
 

Methods in org.sonar.wsclient.services that return ResourceQuery
static ResourceQuery ResourceQuery.create(String resourceKey)
           
static ResourceQuery ResourceQuery.createForMetrics(String resourceKeyOrId, String... metricKeys)
           
static ResourceQuery ResourceQuery.createForResource(Resource resource, String... metricKeys)
           
 ResourceQuery ResourceQuery.setAllDepths()
           
 ResourceQuery ResourceQuery.setCharacteristics(String... keys)
           
 ResourceQuery ResourceQuery.setDepth(Integer depth)
           
 ResourceQuery ResourceQuery.setExcludeRuleCategories(boolean b)
          Deprecated. since 2.5 not used anymore
 ResourceQuery ResourceQuery.setExcludeRulePriorities(boolean b)
          Deprecated. since 2.5 use setExcludeRuleSeverities(boolean) instead. See http://jira.codehaus.org/browse/SONAR-1829
 ResourceQuery ResourceQuery.setExcludeRules(boolean excludeRules)
           
 ResourceQuery ResourceQuery.setExcludeRuleSeverities(boolean excludeRuleSeverities)
           
 ResourceQuery ResourceQuery.setIncludeAlerts(Boolean includeAlerts)
           
 ResourceQuery ResourceQuery.setIncludeTrends(Boolean includeTrends)
           
 ResourceQuery ResourceQuery.setLimit(Integer limit)
           
 ResourceQuery ResourceQuery.setMetrics(String... metrics)
           
 ResourceQuery ResourceQuery.setQualifiers(String... qualifiers)
           
 ResourceQuery ResourceQuery.setResourceId(int resourceId)
           
 ResourceQuery ResourceQuery.setResourceKeyOrId(String resourceKeyOrId)
           
 ResourceQuery ResourceQuery.setRuleCategories(String... ruleCategories)
          Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
 ResourceQuery ResourceQuery.setRulePriorities(String... rulePriorities)
          Deprecated. since 2.5 use setRuleSeverities(String...) instead. See http://jira.codehaus.org/browse/SONAR-1829
 ResourceQuery ResourceQuery.setRules(String... rules)
           
 ResourceQuery ResourceQuery.setRuleSeverities(String... ruleSeverities)
           
 ResourceQuery ResourceQuery.setScopes(String... scopes)
           
 ResourceQuery ResourceQuery.setVerbose(Boolean verbose)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.