/AWS1/CL_IOSEXECENVVARIABLES¶
Environment variables provided as input for a pipeline execution.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_global TYPE /AWS1/CL_IOSENVVARIABLESMAP_W=>TT_ENVIRONMENTVARIABLESMAP TT_ENVIRONMENTVARIABLESMAP¶
Global environment variables that apply to all compute nodes in the pipeline execution.
it_computenodes TYPE /AWS1/CL_IOSENVVARIABLESMAP_W=>TT_COMPUTENODEENVVARIABLESMAP TT_COMPUTENODEENVVARIABLESMAP¶
Per-compute-node environment variable overrides. Each entry maps a compute node name to its environment variable overrides.
Queryable Attributes¶
global¶
Global environment variables that apply to all compute nodes in the pipeline execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GLOBAL() |
Getter for GLOBAL, with configurable default |
ASK_GLOBAL() |
Getter for GLOBAL w/ exceptions if field has no value |
HAS_GLOBAL() |
Determine if GLOBAL has a value |
computeNodes¶
Per-compute-node environment variable overrides. Each entry maps a compute node name to its environment variable overrides.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPUTENODES() |
Getter for COMPUTENODES, with configurable default |
ASK_COMPUTENODES() |
Getter for COMPUTENODES w/ exceptions if field has no value |
HAS_COMPUTENODES() |
Determine if COMPUTENODES has a value |