Interface LoadTestModel.Application
- Enclosing interface:
- LoadTestModel<T>
public static interface LoadTestModel.Application
Describes a load test application.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Method Summary
-
Field Details
-
NAME_INDEX
static final int NAME_INDEX- See Also:
-
USERNAME_INDEX
static final int USERNAME_INDEX- See Also:
-
SCENARIO_INDEX
static final int SCENARIO_INDEX- See Also:
-
SUCCESSFUL_INDEX
static final int SUCCESSFUL_INDEX- See Also:
-
DURATION_INDEX
static final int DURATION_INDEX- See Also:
-
EXCEPTION_INDEX
static final int EXCEPTION_INDEX- See Also:
-
MESSAGE_INDEX
static final int MESSAGE_INDEX- See Also:
-
CREATED_INDEX
static final int CREATED_INDEX- See Also:
-
-
Method Details
-
name
String name()- Returns:
- the name of the application
-
username
String username()- Returns:
- the application username
-
scenario
String scenario()- Returns:
- the name of the last scenario run
-
successful
Boolean successful()- Returns:
- true if the last scenario run was successful
-
duration
Integer duration()- Returns:
- the duration of the last scenario run, in microseconds
-
exception
Throwable exception()- Returns:
- the exception from the last run, if any
-
message
String message()- Returns:
- the exception message from the last run, if any
-
created
LocalDateTime created()- Returns:
- the application create time
-