public interface IUsageScenario
The IUsageScenario interface is used to get the data of all usage scenarios in generated performance prototypes.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the name of the generated JMX file.
    Gets the URL of the generated JMX file.
    Gets the ID of the usage scenario.
    Gets the name of the usage scenario.
  • Method Details

    • getId

      String getId()
      Gets the ID of the usage scenario.
      Returns:
      the ID of the usage scenario
    • getName

      String getName()
      Gets the name of the usage scenario.
      Returns:
      the name of the usage scenario
    • getFileUrl

      URL getFileUrl()
      Gets the URL of the generated JMX file.
      Returns:
      the URL of the JMX file
    • getFileName

      String getFileName()
      Gets the name of the generated JMX file.
      Returns:
      the name of the JMX file