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.
-
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
-