com.atlassian.jira.mock.workflow
Class MockWorkflowContext

java.lang.Object
  extended by com.atlassian.jira.mock.workflow.MockWorkflowContext
All Implemented Interfaces:
com.opensymphony.workflow.WorkflowContext, Serializable

public class MockWorkflowContext
extends Object
implements com.opensymphony.workflow.WorkflowContext

See Also:
Serialized Form

Constructor Summary
MockWorkflowContext(String caller)
           
 
Method Summary
 String getCaller()
           
 void setRollbackOnly()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockWorkflowContext

public MockWorkflowContext(String caller)
Method Detail

getCaller

public String getCaller()
Specified by:
getCaller in interface com.opensymphony.workflow.WorkflowContext

setRollbackOnly

public void setRollbackOnly()
Specified by:
setRollbackOnly in interface com.opensymphony.workflow.WorkflowContext


Copyright © 2002-2014 Atlassian. All Rights Reserved.