| Package | Description |
|---|---|
| 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.
|
| org.sonar.core.workflow | |
| org.sonar.server.ui |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableReview
Review that can be changed by functions.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableReview |
| Modifier and Type | Method and Description |
|---|---|
List<Screen> |
WorkflowEngine.listAvailableScreens(Review review,
DefaultWorkflowContext context,
boolean verifyConditions) |
| Modifier and Type | Method and Description |
|---|---|
List<Screen> |
JRubyFacade.listAvailableReviewScreens(Review review,
DefaultWorkflowContext context) |
Copyright © 2009-2012 SonarSource. All Rights Reserved.