public class

IssueStoreFunction

extends Object
implements FunctionProvider
java.lang.Object
   ↳ com.atlassian.jira.workflow.function.issue.IssueStoreFunction

Class Overview

This function will store the current issue (if it exists) and update the cache. Note: This function will not create a change history, or even set the updated timestamp. It ONLY stores.

Summary

Public Constructors
IssueStoreFunction()
Public Methods
void execute(Map transientVars, Map args, PropertySet ps)
static FunctionDescriptor makeDescriptor()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.opensymphony.workflow.FunctionProvider

Public Constructors

public IssueStoreFunction ()

Public Methods

public void execute (Map transientVars, Map args, PropertySet ps)

public static FunctionDescriptor makeDescriptor ()