com.atlassian.jira.workflow.function.misc
Class CreateCommentFunction

java.lang.Object
  extended bycom.atlassian.jira.workflow.function.misc.CreateCommentFunction

public class CreateCommentFunction
extends java.lang.Object

Creates a comment based on incoming parameters.

Author:
Pat Lightbody

Constructor Summary
CreateCommentFunction()
           
 
Method Summary
 void execute(java.util.Map transientVars, java.util.Map args, PropertySet ps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateCommentFunction

public CreateCommentFunction()
Method Detail

execute

public void execute(java.util.Map transientVars,
                    java.util.Map args,
                    PropertySet ps)