Interface PerfTestRunContext
-
- All Known Implementing Classes:
PerfTestRun
public interface PerfTestRunContext
Represents an individual run. This is passed from one step to another and can be used for passing context data.- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.ThreadLocal<PerfTestRunContext>
currentContext
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
getVariable(java.lang.String name)
void
setVariable(java.lang.String name, java.lang.Object value)
-
-
-
Field Detail
-
currentContext
static final java.lang.ThreadLocal<PerfTestRunContext> currentContext
-
-