/AWS1/CL_RBMDEPLOYMENTLAUNCH00¶
Configuration information for a deployment launch.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_packagename TYPE /AWS1/RBMCOMMAND /AWS1/RBMCOMMAND¶
The package name.
iv_launchfile TYPE /AWS1/RBMCOMMAND /AWS1/RBMCOMMAND¶
The launch file name.
Optional arguments:¶
iv_prelaunchfile TYPE /AWS1/RBMPATH /AWS1/RBMPATH¶
The deployment pre-launch file. This file will be executed prior to the launch file.
iv_postlaunchfile TYPE /AWS1/RBMPATH /AWS1/RBMPATH¶
The deployment post-launch file. This file will be executed after the launch file.
it_environmentvariables TYPE /AWS1/CL_RBMENVIRONMENTVARIA00=>TT_ENVIRONMENTVARIABLEMAP TT_ENVIRONMENTVARIABLEMAP¶
An array of key/value pairs specifying environment variables for the robot application
Queryable Attributes¶
packageName¶
The package name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKAGENAME() |
Getter for PACKAGENAME, with configurable default |
ASK_PACKAGENAME() |
Getter for PACKAGENAME w/ exceptions if field has no value |
HAS_PACKAGENAME() |
Determine if PACKAGENAME has a value |
preLaunchFile¶
The deployment pre-launch file. This file will be executed prior to the launch file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRELAUNCHFILE() |
Getter for PRELAUNCHFILE, with configurable default |
ASK_PRELAUNCHFILE() |
Getter for PRELAUNCHFILE w/ exceptions if field has no value |
HAS_PRELAUNCHFILE() |
Determine if PRELAUNCHFILE has a value |
launchFile¶
The launch file name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAUNCHFILE() |
Getter for LAUNCHFILE, with configurable default |
ASK_LAUNCHFILE() |
Getter for LAUNCHFILE w/ exceptions if field has no value |
HAS_LAUNCHFILE() |
Determine if LAUNCHFILE has a value |
postLaunchFile¶
The deployment post-launch file. This file will be executed after the launch file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POSTLAUNCHFILE() |
Getter for POSTLAUNCHFILE, with configurable default |
ASK_POSTLAUNCHFILE() |
Getter for POSTLAUNCHFILE w/ exceptions if field has no valu |
HAS_POSTLAUNCHFILE() |
Determine if POSTLAUNCHFILE has a value |
environmentVariables¶
An array of key/value pairs specifying environment variables for the robot application
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENVIRONMENTVARIABLES() |
Getter for ENVIRONMENTVARIABLES, with configurable default |
ASK_ENVIRONMENTVARIABLES() |
Getter for ENVIRONMENTVARIABLES w/ exceptions if field has n |
HAS_ENVIRONMENTVARIABLES() |
Determine if ENVIRONMENTVARIABLES has a value |