com.atlassian.jira.dev.reference.plugin.workflow
Class CreateIssuePostFunction

java.lang.Object
  extended by com.atlassian.jira.dev.reference.plugin.workflow.CreateIssuePostFunction
All Implemented Interfaces:
com.opensymphony.workflow.FunctionProvider

public class CreateIssuePostFunction
extends Object
implements com.opensymphony.workflow.FunctionProvider

Creates an issue in a post-function to test https://jira.atlassian.com/browse/JRA-26172

Since:
v4.4

Constructor Summary
CreateIssuePostFunction(IssueManager issueManager, IssueFactory issueFactory, JiraAuthenticationContext authenticationContext, IssueIndexManager issueIndexManager)
           
 
Method Summary
 void execute(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateIssuePostFunction

public CreateIssuePostFunction(IssueManager issueManager,
                               IssueFactory issueFactory,
                               JiraAuthenticationContext authenticationContext,
                               IssueIndexManager issueIndexManager)
Method Detail

execute

public void execute(Map transientVars,
                    Map args,
                    com.opensymphony.module.propertyset.PropertySet ps)
Specified by:
execute in interface com.opensymphony.workflow.FunctionProvider


Copyright © 2002-2014 Atlassian. All Rights Reserved.