TestGridSessionAction.Builder |
TestGridSessionAction.Builder.action(String action) |
The action taken by the session.
|
static TestGridSessionAction.Builder |
TestGridSessionAction.builder() |
|
TestGridSessionAction.Builder |
TestGridSessionAction.Builder.duration(Long duration) |
The time, in milliseconds, that the action took to complete in the browser.
|
TestGridSessionAction.Builder |
TestGridSessionAction.Builder.requestMethod(String requestMethod) |
HTTP method that the browser used to make the request.
|
TestGridSessionAction.Builder |
TestGridSessionAction.Builder.started(Instant started) |
The time that the session invoked the action.
|
TestGridSessionAction.Builder |
TestGridSessionAction.Builder.statusCode(String statusCodeValue) |
HTTP status code returned to the browser when the action was taken.
|
TestGridSessionAction.Builder |
TestGridSessionAction.toBuilder() |
|