Skip to content

/AWS1/CL_BDOHARNESSVRSNUMMARY

Summary information about a single version of a harness.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_harnessid TYPE /AWS1/BDOHARNESSID /AWS1/BDOHARNESSID

The ID of the harness.

iv_harnessname TYPE /AWS1/BDOHARNESSNAME /AWS1/BDOHARNESSNAME

The name of the harness.

iv_arn TYPE /AWS1/BDOHARNESSARN /AWS1/BDOHARNESSARN

The ARN of the harness.

iv_harnessversion TYPE /AWS1/BDOHARNESSVERSION /AWS1/BDOHARNESSVERSION

The version of the harness that this summary describes.

iv_status TYPE /AWS1/BDOHARNESSSTATUS /AWS1/BDOHARNESSSTATUS

The status of this harness version.

iv_createdat TYPE /AWS1/BDODATETIMESTAMP /AWS1/BDODATETIMESTAMP

The timestamp when this harness version was created.

iv_updatedat TYPE /AWS1/BDODATETIMESTAMP /AWS1/BDODATETIMESTAMP

The timestamp when this harness version was last updated.

Optional arguments:

iv_failurereason TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING

Reason why the create or update operation for this harness version failed.


Queryable Attributes

harnessId

The ID of the harness.

Accessible with the following methods

Method Description
GET_HARNESSID() Getter for HARNESSID, with configurable default
ASK_HARNESSID() Getter for HARNESSID w/ exceptions if field has no value
HAS_HARNESSID() Determine if HARNESSID has a value

harnessName

The name of the harness.

Accessible with the following methods

Method Description
GET_HARNESSNAME() Getter for HARNESSNAME, with configurable default
ASK_HARNESSNAME() Getter for HARNESSNAME w/ exceptions if field has no value
HAS_HARNESSNAME() Determine if HARNESSNAME has a value

arn

The ARN of the harness.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

harnessVersion

The version of the harness that this summary describes.

Accessible with the following methods

Method Description
GET_HARNESSVERSION() Getter for HARNESSVERSION, with configurable default
ASK_HARNESSVERSION() Getter for HARNESSVERSION w/ exceptions if field has no valu
HAS_HARNESSVERSION() Determine if HARNESSVERSION has a value

status

The status of this harness version.

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

createdAt

The timestamp when this harness version was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

updatedAt

The timestamp when this harness version was last updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value

failureReason

Reason why the create or update operation for this harness version failed.

Accessible with the following methods

Method Description
GET_FAILUREREASON() Getter for FAILUREREASON, with configurable default
ASK_FAILUREREASON() Getter for FAILUREREASON w/ exceptions if field has no value
HAS_FAILUREREASON() Determine if FAILUREREASON 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_HARNESSVERSIONSUMMARIES

TYPES TT_HARNESSVERSIONSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOHARNESSVRSNUMMARY WITH DEFAULT KEY
.