Package is.codion.tools.loadtest.model
Interface LoadTestModel.ApplicationRow
- Enclosing interface:
LoadTestModel<T>
public static interface LoadTestModel.ApplicationRow
Table model row describing a load test application.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
NAME
Identifies the application table columns- See Also:
-
USERNAME
- See Also:
-
SCENARIO
- See Also:
-
SUCCESSFUL
- See Also:
-
DURATION
- See Also:
-
EXCEPTION
- See Also:
-
MESSAGE
- See Also:
-
CREATED
- See Also:
-
-
Method Details
-
name
String name()- Returns:
- the name of the application
-
username
String username()- Returns:
- the application username
-
created
LocalDateTime created()- Returns:
- the application create time
-
results
List<LoadTest.Scenario.Result> results()- Returns:
- the available run results
-