Class InstrumentationExecutionParameters

    • Method Detail

      • withNewState

        @Deprecated
        public InstrumentationExecutionParameters withNewState​(InstrumentationState instrumentationState)
        Deprecated.
        state is now passed in direct to instrumentation methods
        Returns a cloned parameters object with the new state
        Parameters:
        instrumentationState - the new state for this parameters object
        Returns:
        a new parameters object with the new state
      • getQuery

        public java.lang.String getQuery()
      • getOperation

        public java.lang.String getOperation()
      • getContext

        @Deprecated
        public <T> T getContext()
        Deprecated.
        Type Parameters:
        T - for two
        Returns:
        the legacy context
      • getVariables

        public java.util.Map<java.lang.String,​java.lang.Object> getVariables()