| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
MutableReview |
MutableReview.setProperty(String key,
String value) |
MutableReview |
MutableReview.setResolution(String resolution) |
MutableReview |
MutableReview.setStatus(String s) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultReview |
Copyright © 2009-2012 SonarSource. All Rights Reserved.