@PublicSpi public abstract class AbstractJiraFunctionProvider extends WorkflowFunctionUtils implements com.opensymphony.workflow.FunctionProvider
FunctionProviders (eg. post-functions).
For JIRA FunctionProviders implementing the method:
public void execute(Map transientVars, Map args, PropertySet ps) throws WorkflowException;
WorkflowPluginFactory.getDescriptorParams(java.util.Map)
WorkflowPluginFactoryORIGINAL_ISSUE_KEY| Constructor and Description |
|---|
AbstractJiraFunctionProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected MutableIssue |
getIssue(Map transientVars)
This method retrieves the (potentially modified) issue object that is being transitioned through workflow.
|
getCaller, getCallerKey, getCallerName, getCallerUser, getCallerUserFromArgs, getUserByKey, populateParamsWithUser, populateParamsWithUserprotected MutableIssue getIssue(Map transientVars) throws DataAccessException
transientVars - DataAccessException - If for some reason the issue doesn't exist.Copyright © 2002-2018 Atlassian. All Rights Reserved.