AbstractHttpInvoker | |
com.griddynamics.jagger.invoker.v2.DefaultHttpInvoker | Default HTTP-invoker that invokes services of SuT via http(s) protocol |
com.griddynamics.jagger.user.test.configurations.load.JLoadProfileRps.Builder | |
com.griddynamics.jagger.user.test.configurations.load.JLoadProfileUserGroups.Builder | |
com.griddynamics.jagger.user.test.configurations.JParallelTestsGroup.Builder | |
com.griddynamics.jagger.user.test.configurations.load.JLoadProfileUsers.Builder | |
com.griddynamics.jagger.user.test.configurations.JTestDefinition.Builder | |
com.griddynamics.jagger.user.test.configurations.JLoadScenario.Builder | |
com.griddynamics.jagger.user.test.configurations.JLoadTest.Builder | |
Class<?extends Invoker > | |
com.griddynamics.jagger.user.test.configurations.termination.auxiliary.DurationInSeconds | Test load execution time in seconds |
com.griddynamics.jagger.user.test.configurations.auxiliary.Id | Represents an ID for Jagger load test description entities |
Invoker< JHttpQuery, JHttpResponse, JHttpEndpoint > | |
com.griddynamics.jagger.user.test.configurations.termination.auxiliary.IterationsNumber | The target number of requests to the system under test |
com.griddynamics.jagger.invoker.v2.JHttpClient | An object that represents HTTP-client |
com.griddynamics.jagger.invoker.v2.SpringBasedHttpClient | Implementation of JHttpClient |
com.griddynamics.jagger.user.test.configurations.load.JLoadProfile | |
com.griddynamics.jagger.user.test.configurations.load.JLoadProfileRps | This type of load implements an exact number of requests per second performed by Jagger |
com.griddynamics.jagger.user.test.configurations.load.JLoadProfileUserGroups | This load is a list of user groups JLoadProfileUsers |
com.griddynamics.jagger.user.test.configurations.load.JLoadProfileUsers | This class represents a user group in JLoadProfileUserGroups |
com.griddynamics.jagger.user.test.configurations.JLoadScenario | Describes the execution sequence of the load tests during single run
|
com.griddynamics.jagger.user.test.configurations.JLoadTest | Describes the instance of a load test performed by Jagger
|
com.griddynamics.jagger.user.test.configurations.JParallelTestsGroup | Describes step in the JLoadScenario execution sequence
|
com.griddynamics.jagger.invoker.v2.SpringBasedHttpClient.JSpringBasedHttpClientParameters | Values: JSpringBasedHttpClientParameters#DEFAULT_URI_VARIABLES, JSpringBasedHttpClientParameters#ERROR_HANDLER, JSpringBasedHttpClientParameters#MESSAGE_CONVERTERS, JSpringBasedHttpClientParameters#URI_TEMPLATE_HANDLER, JSpringBasedHttpClientParameters#INTERCEPTORS, JSpringBasedHttpClientParameters#REQUEST_FACTORY |
com.griddynamics.jagger.user.test.configurations.termination.JTerminationCriteria | |
com.griddynamics.jagger.user.test.configurations.termination.JTerminationCriteriaBackground | Test with such termination strategy will wait another tests in test-group to be stopped |
com.griddynamics.jagger.user.test.configurations.termination.JTerminationCriteriaDuration | Test with such termination strategy will be executed for the defined time - duration |
com.griddynamics.jagger.user.test.configurations.termination.JTerminationCriteriaIterations | Test with such termination strategy will last till defined number of requests are executed |
com.griddynamics.jagger.user.test.configurations.JTestDefinition | Definition of the load test - describes test data sources and the protocol, used during load test
|
List< Class<?extends ResponseValidator > > | |
List< com.griddynamics.jagger.user.test.configurations.JLoadTest > | |
List< com.griddynamics.jagger.user.test.configurations.JParallelTestsGroup > | |
List< com.griddynamics.jagger.user.test.configurations.load.JLoadProfileUsers > | |
List< Double > | |
Map< String, Object > | |
Map< String, String > | |
com.griddynamics.jagger.user.test.configurations.termination.auxiliary.MaxDurationInSeconds | The timeout for the test execution |
com.griddynamics.jagger.user.test.configurations.load.auxiliary.NumberOfUsers | The number of virtual users for performing workload |
com.griddynamics.jagger.invoker.v2.JHttpEndpoint.Protocol | Enum representing HTTP and HTTPS protocols |
com.griddynamics.jagger.user.test.configurations.load.auxiliary.RequestsPerSecond | The number of requests per second Jagger shall perform |
ArrayList | |
Class | |
ClientHttpRequestFactory | |
ClientHttpRequestInterceptor | |
CloseableHttpClient | |
Collections | |
DEFAULT_URI_VARIABLES | |
equalsIgnoreCase | |
ERROR_HANDLER | |
final int | |
final Iterable | |
final long | |
final String | |
format | |
fromUri | |
HashMap | |
HTTP | |
HTTP_CLIENT | |
HttpClients | |
HttpComponentsClientHttpRequestFactory | |
HttpHeaders | |
HttpMessageConverter | |
HttpMethod | |
HTTPS | |
HttpStatus | |
HttpsURL | |
HttpURL | |
int | |
INTERCEPTORS | |
InvocationException | |
Invoker | |
com.griddynamics.jagger.invoker.v2.AbstractHttpInvoker< HTTP_CLIENT extends JHttpClient > | An object that represents abstract HTTP-invoker that invokes services of SuT via http protocol |
Iterable | |
KernelSideObject | |
com.griddynamics.jagger.engine.e1.collector.ResponseValidator< Q, E, R > | Validates the result of invocation |
LinkedMultiValueMap | |
List | |
long | |
MalformedURLException | |
Map | |
MapUtils | |
MESSAGE_CONVERTERS | |
MultiValueMap | |
newArrayList | |
newInstance | |
NodeContext | |
NoopHostnameVerifier | |
Objects | |
Preconditions | |
REQUEST_FACTORY | |
RequestEntity | |
ResponseEntity | |
ResponseErrorHandler | |
ResponseValidator | |
RestTemplate | |
Serializable | |
com.griddynamics.jagger.invoker.Invoker< Q, R, E > | Responsible for action invocation on specified endpoint and query |
com.griddynamics.jagger.invoker.v2.JHttpEndpoint | An object that represents HTTP-endpoint |
com.griddynamics.jagger.invoker.v2.JHttpQuery< T > | An object that represents HTTP-request |
com.griddynamics.jagger.invoker.v2.JHttpResponse< T > | An object that represents HTTP-response |
singletonList | |
static final int | |
String | |
StringUtils | |
StringUtils | |
T | |
toMap | |
URI | |
URI_TEMPLATE_HANDLER | |
UriTemplateHandler | |
URL | |