com.atlassian.jira.workflow.function.issue
Class UpdateNotNullIssueFieldFunction

java.lang.Object
  extended bycom.atlassian.jira.workflow.function.issue.UpdateIssueFieldFunction
      extended bycom.atlassian.jira.workflow.function.issue.UpdateNotNullIssueFieldFunction

public class UpdateNotNullIssueFieldFunction
extends UpdateIssueFieldFunction


Constructor Summary
UpdateNotNullIssueFieldFunction()
           
 
Method Summary
 void execute(java.util.Map transientVars, java.util.Map args, PropertySet ps)
          Takes a name (vars.key) of a transient var in the args map If the transientVars contains that the name stored in "vars.key" set it as the field.value and call the super method to update the issue field function.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateNotNullIssueFieldFunction

public UpdateNotNullIssueFieldFunction()
Method Detail

execute

public void execute(java.util.Map transientVars,
                    java.util.Map args,
                    PropertySet ps)
Takes a name (vars.key) of a transient var in the args map If the transientVars contains that the name stored in "vars.key" set it as the field.value and call the super method to update the issue field function.

Overrides:
execute in class UpdateIssueFieldFunction