|
JTR 5.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IScriptContext
This interface represents the default context accessible from
every script via the global.jtrContext
keyword.
This keyword can be used to invoke all the methods exposed
by this class instances.
Method Summary | |
---|---|
java.lang.String |
getCategory()
Get the runner's category |
int |
getCurrentEpoch()
Get the current epoch for the script that has been provided with this context |
int |
getCurrentRun()
Get the current run for the script that has been provided with this context |
int |
getInstanceID()
Get the runner's unique progessive identifier |
ParametersMap |
getParameters()
Get the runner's parameters |
Method Detail |
---|
int getCurrentEpoch()
int getCurrentRun()
java.lang.String getCategory()
int getInstanceID()
ParametersMap getParameters()
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |