/AWS1/CL_REVTESTRUNSUMMARY¶
Contains summary information about a test run.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_testrunid TYPE /AWS1/REVTESTRUNID /AWS1/REVTESTRUNID¶
The unique identifier of the test run.
iv_status TYPE /AWS1/REVTESTRUNSTATUS /AWS1/REVTESTRUNSTATUS¶
The current status of the test run.
iv_startedat TYPE /AWS1/REVTIMESTAMP /AWS1/REVTIMESTAMP¶
The timestamp when the test run started.
iv_testtemplatearn TYPE /AWS1/REVSERVICEOWNEDARN /AWS1/REVSERVICEOWNEDARN¶
The ARN of the test template the test run was based on.
Optional arguments:¶
iv_endedat TYPE /AWS1/REVTIMESTAMP /AWS1/REVTIMESTAMP¶
The timestamp when the test run ended.
iv_servicearn TYPE /AWS1/REVARN /AWS1/REVARN¶
The ARN of the service the test run belongs to.
iv_errormessage TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
A human-readable reason for test run failure. Only present when the status is FAILED or ERROR.
iv_accounttargeting TYPE /AWS1/REVACCOUNTTARGETING /AWS1/REVACCOUNTTARGETING¶
Indicates whether this test run targets a single account or multiple accounts.
Queryable Attributes¶
testRunId¶
The unique identifier of the test run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TESTRUNID() |
Getter for TESTRUNID, with configurable default |
ASK_TESTRUNID() |
Getter for TESTRUNID w/ exceptions if field has no value |
HAS_TESTRUNID() |
Determine if TESTRUNID has a value |
status¶
The current status of the test run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
startedAt¶
The timestamp when the test run started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTEDAT() |
Getter for STARTEDAT, with configurable default |
ASK_STARTEDAT() |
Getter for STARTEDAT w/ exceptions if field has no value |
HAS_STARTEDAT() |
Determine if STARTEDAT has a value |
endedAt¶
The timestamp when the test run ended.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDEDAT() |
Getter for ENDEDAT, with configurable default |
ASK_ENDEDAT() |
Getter for ENDEDAT w/ exceptions if field has no value |
HAS_ENDEDAT() |
Determine if ENDEDAT has a value |
testTemplateArn¶
The ARN of the test template the test run was based on.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TESTTEMPLATEARN() |
Getter for TESTTEMPLATEARN, with configurable default |
ASK_TESTTEMPLATEARN() |
Getter for TESTTEMPLATEARN w/ exceptions if field has no val |
HAS_TESTTEMPLATEARN() |
Determine if TESTTEMPLATEARN has a value |
serviceArn¶
The ARN of the service the test run belongs to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEARN() |
Getter for SERVICEARN, with configurable default |
ASK_SERVICEARN() |
Getter for SERVICEARN w/ exceptions if field has no value |
HAS_SERVICEARN() |
Determine if SERVICEARN has a value |
errorMessage¶
A human-readable reason for test run failure. Only present when the status is FAILED or ERROR.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE has a value |
accountTargeting¶
Indicates whether this test run targets a single account or multiple accounts.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTTARGETING() |
Getter for ACCOUNTTARGETING, with configurable default |
ASK_ACCOUNTTARGETING() |
Getter for ACCOUNTTARGETING w/ exceptions if field has no va |
HAS_ACCOUNTTARGETING() |
Determine if ACCOUNTTARGETING 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_TESTRUNSUMMARYLIST¶
TYPES TT_TESTRUNSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REVTESTRUNSUMMARY WITH DEFAULT KEY
.