 com | |
  griddynamics | |
   jagger | |
    engine | |
     e1 | |
      collector | |
       ResponseValidator< Q, E, R > | Validates the result of invocation |
    invoker | |
     v2 | Package for test definition of http load tests |
      AbstractHttpInvoker< HTTP_CLIENT extends JHttpClient > | An object that represents abstract HTTP-invoker that invokes services of SuT via http protocol |
      DefaultHttpInvoker | Default HTTP-invoker that invokes services of SuT via http(s) protocol |
      JHttpClient | An object that represents HTTP-client |
      JHttpEndpoint | An object that represents HTTP-endpoint |
       Protocol | Enum representing HTTP and HTTPS protocols |
      JHttpQuery< T > | An object that represents HTTP-request |
      JHttpResponse< T > | An object that represents HTTP-response |
      SpringBasedHttpClient | Implementation of JHttpClient |
       JSpringBasedHttpClientParameters | Values: JSpringBasedHttpClientParameters#DEFAULT_URI_VARIABLES, JSpringBasedHttpClientParameters#ERROR_HANDLER, JSpringBasedHttpClientParameters#MESSAGE_CONVERTERS, JSpringBasedHttpClientParameters#URI_TEMPLATE_HANDLER, JSpringBasedHttpClientParameters#INTERCEPTORS, JSpringBasedHttpClientParameters#REQUEST_FACTORY |
     Invoker< Q, R, E > | Responsible for action invocation on specified endpoint and query |
    user | |
     test | |
      configurations | |
       auxiliary | |
        Id | Represents an ID for Jagger load test description entities |
       load | |
        auxiliary | |
         NumberOfUsers | The number of virtual users for performing workload |
         RequestsPerSecond | The number of requests per second Jagger shall perform |
        JLoadProfile | |
        JLoadProfileRps | This type of load implements an exact number of requests per second performed by Jagger |
         Builder | |
        JLoadProfileUserGroups | This load is a list of user groups JLoadProfileUsers |
         Builder | |
        JLoadProfileUsers | This class represents a user group in JLoadProfileUserGroups |
         Builder | |
       termination | |
        auxiliary | |
         DurationInSeconds | Test load execution time in seconds |
         IterationsNumber | The target number of requests to the system under test |
         MaxDurationInSeconds | The timeout for the test execution |
        JTerminationCriteria | |
        JTerminationCriteriaBackground | Test with such termination strategy will wait another tests in test-group to be stopped |
        JTerminationCriteriaDuration | Test with such termination strategy will be executed for the defined time - duration |
        JTerminationCriteriaIterations | Test with such termination strategy will last till defined number of requests are executed |
       JLoadScenario | Describes the execution sequence of the load tests during single run
|
        Builder | |
       JLoadTest | Describes the instance of a load test performed by Jagger
|
        Builder | |
       JParallelTestsGroup | Describes step in the JLoadScenario execution sequence
|
        Builder | |
       JTestDefinition | Definition of the load test - describes test data sources and the protocol, used during load test
|
        Builder | |
 AbstractHttpInvoker | |