Interface IUsageScenario


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

      • 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