Interface TestGridSessionAction.Builder

  • Method Details

    • action

      The action taken by the session.

      Parameters:
      action - The action taken by the session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • started

      The time that the session invoked the action.

      Parameters:
      started - The time that the session invoked the action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • duration

      TestGridSessionAction.Builder duration(Long duration)

      The time, in milliseconds, that the action took to complete in the browser.

      Parameters:
      duration - The time, in milliseconds, that the action took to complete in the browser.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusCode

      TestGridSessionAction.Builder statusCode(String statusCodeValue)

      HTTP status code returned to the browser when the action was taken.

      Parameters:
      statusCodeValue - HTTP status code returned to the browser when the action was taken.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • requestMethod

      TestGridSessionAction.Builder requestMethod(String requestMethod)

      HTTP method that the browser used to make the request.

      Parameters:
      requestMethod - HTTP method that the browser used to make the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.