|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkflowContext | |
---|---|
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 WorkflowContext in org.sonar.api.workflow.condition |
---|
Methods in org.sonar.api.workflow.condition with parameters of type WorkflowContext | |
---|---|
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 WorkflowContext in org.sonar.api.workflow.function |
---|
Methods in org.sonar.api.workflow.function with parameters of type WorkflowContext | |
---|---|
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 WorkflowContext in org.sonar.api.workflow.internal |
---|
Classes in org.sonar.api.workflow.internal that implement WorkflowContext | |
---|---|
class |
DefaultWorkflowContext
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |