Skip to content

/AWS1/CL_REVTESTRUNEVENT

A single event in a test run's timeline.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_eventid TYPE /AWS1/REVSTRING /AWS1/REVSTRING

The unique identifier of the event.

iv_eventtype TYPE /AWS1/REVSTRING /AWS1/REVSTRING

The type of the event, such as action_started, action_completed, or rto_recovery_detected.

iv_message TYPE /AWS1/REVSTRING /AWS1/REVSTRING

A human-readable description of what happened.

iv_timestamp TYPE /AWS1/REVTIMESTAMP /AWS1/REVTIMESTAMP

The timestamp when the event occurred.

Optional arguments:

it_attributes TYPE /AWS1/CL_REVTESTRUNEVTATTRS_W=>TT_TESTRUNEVENTATTRIBUTES TT_TESTRUNEVENTATTRIBUTES

Machine-parseable key-value attributes for the event.


Queryable Attributes

eventId

The unique identifier of the event.

Accessible with the following methods

Method Description
GET_EVENTID() Getter for EVENTID, with configurable default
ASK_EVENTID() Getter for EVENTID w/ exceptions if field has no value
HAS_EVENTID() Determine if EVENTID has a value

eventType

The type of the event, such as action_started, action_completed, or rto_recovery_detected.

Accessible with the following methods

Method Description
GET_EVENTTYPE() Getter for EVENTTYPE, with configurable default
ASK_EVENTTYPE() Getter for EVENTTYPE w/ exceptions if field has no value
HAS_EVENTTYPE() Determine if EVENTTYPE has a value

message

A human-readable description of what happened.

Accessible with the following methods

Method Description
GET_MESSAGE() Getter for MESSAGE, with configurable default
ASK_MESSAGE() Getter for MESSAGE w/ exceptions if field has no value
HAS_MESSAGE() Determine if MESSAGE has a value

timestamp

The timestamp when the event occurred.

Accessible with the following methods

Method Description
GET_TIMESTAMP() Getter for TIMESTAMP, with configurable default
ASK_TIMESTAMP() Getter for TIMESTAMP w/ exceptions if field has no value
HAS_TIMESTAMP() Determine if TIMESTAMP has a value

attributes

Machine-parseable key-value attributes for the event.

Accessible with the following methods

Method Description
GET_ATTRIBUTES() Getter for ATTRIBUTES, with configurable default
ASK_ATTRIBUTES() Getter for ATTRIBUTES w/ exceptions if field has no value
HAS_ATTRIBUTES() Determine if ATTRIBUTES has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_TESTRUNEVENTLIST

TYPES TT_TESTRUNEVENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REVTESTRUNEVENT WITH DEFAULT KEY
.