org.finra.jtaf.core.plugins.execution
Class CommandRunnerPluginContext

java.lang.Object
  extended by org.finra.jtaf.core.plugins.execution.CommandRunnerPluginContext

public class CommandRunnerPluginContext
extends Object

This is the context visible to Command Runner Plugins


Constructor Summary
CommandRunnerPluginContext(TestStepsDetails ts, IInvocationContext ctx)
           
 
Method Summary
 IInvocationContext getIInvocationContext()
           
 TestStepsDetails getTestStepsDetails()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandRunnerPluginContext

public CommandRunnerPluginContext(TestStepsDetails ts,
                                  IInvocationContext ctx)
Method Detail

getIInvocationContext

public IInvocationContext getIInvocationContext()
Returns:
IInovocationContext - holds a map of values over the life of a Test Script

getTestStepsDetails

public TestStepsDetails getTestStepsDetails()
Returns:
TestStepsDetails - contains some metadata concerning the command


Copyright © 2014. All rights reserved.