Uses of Interface
org.sonar.api.workflow.Review

Packages that use Review
org.sonar.api.workflow   
org.sonar.api.workflow.condition   
org.sonar.api.workflow.function   
org.sonar.api.workflow.internal This package is not considered as API and future versions can break backward-compatibility. 
 

Uses of Review in org.sonar.api.workflow
 

Subinterfaces of Review in org.sonar.api.workflow
 interface MutableReview
          Review that can be changed by functions.
 

Uses of Review in org.sonar.api.workflow.condition
 

Methods in org.sonar.api.workflow.condition with parameters of type Review
 boolean StatusCondition.doVerify(Review review, WorkflowContext context)
           
 boolean ResolutionCondition.doVerify(Review review, WorkflowContext context)
           
 boolean NotCondition.doVerify(Review review, WorkflowContext context)
           
 boolean HasReviewPropertyCondition.doVerify(Review review, WorkflowContext context)
           
 boolean HasProjectPropertyCondition.doVerify(Review review, WorkflowContext context)
           
abstract  boolean Condition.doVerify(Review review, WorkflowContext context)
           
 boolean AdminRoleCondition.doVerify(Review review, WorkflowContext context)
           
 

Uses of Review in org.sonar.api.workflow.function
 

Methods in org.sonar.api.workflow.function with parameters of type Review
abstract  void Function.doExecute(MutableReview review, Review initialReview, WorkflowContext context, Map<String,String> parameters)
          This method is executed when all the conditions pass.
 void CommentFunction.doExecute(MutableReview review, Review initialReview, WorkflowContext context, Map<String,String> parameters)
           
 

Uses of Review in org.sonar.api.workflow.internal
 

Classes in org.sonar.api.workflow.internal that implement Review
 class DefaultReview
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.