org.sonar.api.workflow.function
Class CommentFunction
java.lang.Object
org.sonar.api.workflow.function.Function
org.sonar.api.workflow.function.CommentFunction
@Beta
public final class CommentFunction
- extends Function
- Since:
- 3.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommentFunction
public CommentFunction()
doExecute
public void doExecute(MutableReview review,
Review initialReview,
WorkflowContext context,
Map<String,String> parameters)
- Description copied from class:
Function
- This method is executed when all the conditions pass.
- Specified by:
doExecute
in class Function
- 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 screens
Copyright © 2009-2012 SonarSource. All Rights Reserved.