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 Detail

    • Method Detail

      • setVariable

        void setVariable​(java.lang.String name,
                         java.lang.Object value)
      • getVariable

        <T> T getVariable​(java.lang.String name)