/AWS1/CL_MHOWORKFLOWSTEPAUTO00¶
The custom script to run tests on source or target environments.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_scriptlocations3bucket TYPE /AWS1/MHOS3BUCKET /AWS1/MHOS3BUCKET¶
The Amazon S3 bucket where the script is located.
io_scriptlocations3key TYPE REF TO /AWS1/CL_MHOPLATFORMSCRIPTKEY /AWS1/CL_MHOPLATFORMSCRIPTKEY¶
The Amazon S3 key for the script location.
io_command TYPE REF TO /AWS1/CL_MHOPLATFORMCOMMAND /AWS1/CL_MHOPLATFORMCOMMAND¶
The command required to run the script.
iv_runenvironment TYPE /AWS1/MHORUNENVIRONMENT /AWS1/MHORUNENVIRONMENT¶
The source or target environment.
iv_targettype TYPE /AWS1/MHOTARGETTYPE /AWS1/MHOTARGETTYPE¶
The servers on which to run the script.
Queryable Attributes¶
scriptLocationS3Bucket¶
The Amazon S3 bucket where the script is located.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCRIPTLOCATIONS3BUCKET() |
Getter for SCRIPTLOCATIONS3BUCKET, with configurable default |
ASK_SCRIPTLOCATIONS3BUCKET() |
Getter for SCRIPTLOCATIONS3BUCKET w/ exceptions if field has |
HAS_SCRIPTLOCATIONS3BUCKET() |
Determine if SCRIPTLOCATIONS3BUCKET has a value |
scriptLocationS3Key¶
The Amazon S3 key for the script location.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCRIPTLOCATIONS3KEY() |
Getter for SCRIPTLOCATIONS3KEY |
command¶
The command required to run the script.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMAND() |
Getter for COMMAND |
runEnvironment¶
The source or target environment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNENVIRONMENT() |
Getter for RUNENVIRONMENT, with configurable default |
ASK_RUNENVIRONMENT() |
Getter for RUNENVIRONMENT w/ exceptions if field has no valu |
HAS_RUNENVIRONMENT() |
Determine if RUNENVIRONMENT has a value |
targetType¶
The servers on which to run the script.
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 |