@Beta public abstract class Function extends Object
| Constructor and Description |
|---|
Function() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
doExecute(MutableReview review,
Review initialReview,
WorkflowContext context,
Map<String,String> parameters)
This method is executed when all the conditions pass.
|
public Function()
public abstract void doExecute(MutableReview review, Review initialReview, WorkflowContext context, Map<String,String> parameters)
review - the review that can be changedinitialReview - the read-only review as stated before execution of functionscontext - information about the user who executed the command and about projectparameters - the command parameters sent by end user, generally from forms displayed in screensCopyright © 2009-2012 SonarSource. All Rights Reserved.