/AWS1/CL_PIPDEPLOYTARGETEVENT¶
A lifecycle event for the deploy action.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/PIPSTRING /AWS1/PIPSTRING¶
The name of the event for the deploy action.
iv_status TYPE /AWS1/PIPSTRING /AWS1/PIPSTRING¶
The status of the event for the deploy action.
iv_starttime TYPE /AWS1/PIPTIMESTAMP /AWS1/PIPTIMESTAMP¶
The start time for the event for the deploy action.
iv_endtime TYPE /AWS1/PIPTIMESTAMP /AWS1/PIPTIMESTAMP¶
The end time for the event for the deploy action.
io_context TYPE REF TO /AWS1/CL_PIPDEPLOYTGTEVENTCTX /AWS1/CL_PIPDEPLOYTGTEVENTCTX¶
The context for the event for the deploy action.
Queryable Attributes¶
name¶
The name of the event for the deploy action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
status¶
The status of the event for 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 event 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 event 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 |
context¶
The context for the event for the deploy action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTEXT() |
Getter for CONTEXT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DEPLOYTARGETEVENTLIST¶
TYPES TT_DEPLOYTARGETEVENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PIPDEPLOYTARGETEVENT WITH DEFAULT KEY
.