|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MutableReview | |
---|---|
org.sonar.api.workflow | |
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 MutableReview in org.sonar.api.workflow |
---|
Methods in org.sonar.api.workflow that return MutableReview | |
---|---|
MutableReview |
MutableReview.setProperty(String key,
String value)
|
MutableReview |
MutableReview.setResolution(String resolution)
|
MutableReview |
MutableReview.setStatus(String s)
|
Uses of MutableReview in org.sonar.api.workflow.function |
---|
Methods in org.sonar.api.workflow.function with parameters of type MutableReview | |
---|---|
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 MutableReview in org.sonar.api.workflow.internal |
---|
Classes in org.sonar.api.workflow.internal that implement MutableReview | |
---|---|
class |
DefaultReview
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |