@Beta public final class CommentFunction extends Function
| Constructor and Description |
|---|
CommentFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
doExecute(MutableReview review,
Review initialReview,
WorkflowContext context,
Map<String,String> parameters)
This method is executed when all the conditions pass.
|
public CommentFunction()
public void doExecute(MutableReview review, Review initialReview, WorkflowContext context, Map<String,String> parameters)
FunctiondoExecute in class Functionreview - 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.