Interface LoadTestModel.Application

Enclosing interface:
LoadTestModel<T>

public static interface LoadTestModel.Application
Describes a load test application.
  • Field Details

  • 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