Interface LoadTestModel.ApplicationRow
- Enclosing interface:
- LoadTestModel<T>
public static interface LoadTestModel.ApplicationRow
Table model row describing a load test application.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumIdentifies the application table columns -
Method Summary
-
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<is.codion.common.model.loadtest.LoadTest.Scenario.Result> results()- Returns:
- the available run results
-