/AWS1/CL_PIPDEPLOYACTEXECTGT¶
The target for the deploy action.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_targetid TYPE /AWS1/PIPSTRING /AWS1/PIPSTRING¶
The ID of the target for the deploy action.
iv_targettype TYPE /AWS1/PIPSTRING /AWS1/PIPSTRING¶
The type of target for the deploy action.
iv_status TYPE /AWS1/PIPSTRING /AWS1/PIPSTRING¶
The status of the deploy action.
iv_starttime TYPE /AWS1/PIPTIMESTAMP /AWS1/PIPTIMESTAMP¶
The start time for the deploy action.
iv_endtime TYPE /AWS1/PIPTIMESTAMP /AWS1/PIPTIMESTAMP¶
The end time for the deploy action.
it_events TYPE /AWS1/CL_PIPDEPLOYTARGETEVENT=>TT_DEPLOYTARGETEVENTLIST TT_DEPLOYTARGETEVENTLIST¶
The lifecycle events for the deploy action.
Queryable Attributes¶
targetId¶
The ID of the target for the deploy action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETID() |
Getter for TARGETID, with configurable default |
ASK_TARGETID() |
Getter for TARGETID w/ exceptions if field has no value |
HAS_TARGETID() |
Determine if TARGETID has a value |
targetType¶
The type of target for the deploy action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETTYPE() |
Getter for TARGETTYPE, with configurable default |
ASK_TARGETTYPE() |
Getter for TARGETTYPE w/ exceptions if field has no value |
HAS_TARGETTYPE() |
Determine if TARGETTYPE has a value |
status¶
The status of the deploy action.
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 |
startTime¶
The start time for the deploy action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
endTime¶
The end time for the deploy action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
events¶
The lifecycle events for the deploy action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTS() |
Getter for EVENTS, with configurable default |
ASK_EVENTS() |
Getter for EVENTS w/ exceptions if field has no value |
HAS_EVENTS() |
Determine if EVENTS 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_DEPLOYACTIONEXECTARGETLIST¶
TYPES TT_DEPLOYACTIONEXECTARGETLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PIPDEPLOYACTEXECTGT WITH DEFAULT KEY
.