| org.sonar.wsclient.services.ReviewQuery.getAssigneeLoginsOrIds()
|
| org.sonar.wsclient.services.ReviewQuery.getAuthorLoginsOrIds()
|
| org.sonar.wsclient.services.ViolationQuery.getPriorities()
|
| org.sonar.wsclient.services.Violation.getPriority()
|
| org.sonar.wsclient.services.ReviewQuery.getReviewType()
since 2.9
|
| org.sonar.wsclient.services.ResourceQuery.getRuleCategories()
since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
|
| org.sonar.wsclient.services.Measure.getRuleCategory()
since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
|
| org.sonar.wsclient.services.ResourceQuery.getRulePriorities()
|
| org.sonar.wsclient.services.Measure.getRulePriority()
|
| org.sonar.wsclient.services.Review.getType()
since 2.9.
|
| org.sonar.wsclient.services.ResourceQuery.isExcludeRuleCategories()
since 2.5 not used anymore
|
| org.sonar.wsclient.services.ResourceQuery.isExcludeRulePriorities()
|
| org.sonar.wsclient.services.ReviewQuery.setAssigneeLoginsOrIds(String...)
|
| org.sonar.wsclient.services.ReviewQuery.setAuthorLoginsOrIds(String...)
|
| org.sonar.wsclient.services.ResourceQuery.setExcludeRuleCategories(boolean)
since 2.5 not used anymore
|
| org.sonar.wsclient.services.ResourceQuery.setExcludeRulePriorities(boolean)
|
| org.sonar.wsclient.services.ViolationQuery.setPriorities(String...)
|
| org.sonar.wsclient.services.Violation.setPriority(String)
|
| org.sonar.wsclient.services.ReviewQuery.setReviewType(String)
since 2.9
|
| org.sonar.wsclient.services.ResourceQuery.setRuleCategories(String...)
since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
|
| org.sonar.wsclient.services.Measure.setRuleCategory(String)
since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
|
| org.sonar.wsclient.services.ResourceQuery.setRulePriorities(String...)
|
| org.sonar.wsclient.services.Measure.setRulePriority(String)
|
| org.sonar.wsclient.services.Review.setType(String)
since 2.9.
|