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

Packages that use ReviewUpdateQuery
org.sonar.wsclient.services   
 

Uses of ReviewUpdateQuery in org.sonar.wsclient.services
 

Methods in org.sonar.wsclient.services that return ReviewUpdateQuery
static ReviewUpdateQuery ReviewUpdateQuery.addComment(long id, String comment)
          Creates query to add comment to review.
static ReviewUpdateQuery ReviewUpdateQuery.reassign(long id, String assignee)
          Creates query to reassign review.
static ReviewUpdateQuery ReviewUpdateQuery.reopen(long id)
          Creates query to reopen review.
static ReviewUpdateQuery ReviewUpdateQuery.resolve(long id, String resolution)
          Creates query to resolve review.
 ReviewUpdateQuery ReviewUpdateQuery.setAssignee(String userLogin)
           
 ReviewUpdateQuery ReviewUpdateQuery.setComment(String comment)
           
 ReviewUpdateQuery ReviewUpdateQuery.setResolution(String resolution)
           
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.