Jagger
|
Represents a single step (http request) in the user scenario (JHttpUserScenario) More...
Classes | |
class | Builder |
Public Member Functions | |
JHttpEndpoint | getEndpoint () |
JHttpQuery | getQuery () |
JHttpResponse | getResponse () |
String | getStepDisplayName () |
String | getStepId () |
int | getStepNumber () |
long | getWaitAfterExecutionInSeconds () |
Boolean | postProcess (JHttpResponse response) |
Can work with response. More... | |
void | preProcess (JHttpUserScenarioStep previousStep) |
Can work with results from the previous step and set proper values for endpoint & query. More... | |
void | preProcessGlobalContext (JHttpUserScenarioStep previousStep, JHttpScenarioGlobalContext scenarioContext) |
Can work with results from the previous step and update global scenario context. More... | |
void | setEndpoint (JHttpEndpoint endpoint) |
DON'T USE IT FOR PREVIOUS STEP IN preProcess() More... | |
void | setQuery (JHttpQuery query) |
DON'T USE IT FOR PREVIOUS STEP IN preProcess() More... | |
void | setStepNumber (int stepNumber) |
void | waitAfterExecution () |
Static Public Member Functions | |
static Builder | builder (String id, JHttpEndpoint endpoint) |
static Builder | builder (String id) |
Use this method only if you set global endpoint!!! More... | |
Represents a single step (http request) in the user scenario (JHttpUserScenario)
Definition at line 16 of file JHttpUserScenarioStep.java.