Class ActionData

  • All Implemented Interfaces:
    Data

    public class ActionData
    extends TimerData

    The ActionData class holds any data measured for an action. Typically, an action represents one self-contained test step, which itself comprises one or more requests.

    The values stored include not only the action's start and run time, but also an indicator whether or not the action was executed successfully. Data gathered for the same type of action may be correlated via the name attribute.

    Note that ActionData objects have an "A" as their type code.

    See Also:
    RequestData, TransactionData, CustomData, EventData
    • Constructor Detail

      • ActionData

        public ActionData()
        Creates a new ActionData object.
      • ActionData

        public ActionData​(java.lang.String name)
        Creates a new ActionData object and gives it the specified name. Furthermore, the start time attribute is set to the current time.
        Parameters:
        name - the action name