public class InstrumentationExecuteOperationParameters
extends java.lang.Object
Instrumentation
methodsConstructor and Description |
---|
InstrumentationExecuteOperationParameters(ExecutionContext executionContext) |
Modifier and Type | Method and Description |
---|---|
ExecutionContext |
getExecutionContext() |
<T extends InstrumentationState> |
getInstrumentationState() |
InstrumentationExecuteOperationParameters |
withNewState(InstrumentationState instrumentationState)
Returns a cloned parameters object with the new state
|
public InstrumentationExecuteOperationParameters(ExecutionContext executionContext)
public InstrumentationExecuteOperationParameters withNewState(InstrumentationState instrumentationState)
instrumentationState
- the new state for this parameters objectpublic ExecutionContext getExecutionContext()
public <T extends InstrumentationState> T getInstrumentationState()