/AWS1/CL_CATEXECUTECMDSESSCONF¶
Information about the commands that will be run on a Dev Environment when an SSH session begins.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_command TYPE /AWS1/CATSTRING /AWS1/CATSTRING¶
The command used at the beginning of the SSH session to a Dev Environment.
Optional arguments:¶
it_arguments TYPE /AWS1/CL_CATEXECUTECMDSESSCO00=>TT_EXECUTECMDSESSCONFARGUMENTS TT_EXECUTECMDSESSCONFARGUMENTS¶
An array of arguments containing arguments and members.
Queryable Attributes¶
command¶
The command used at the beginning of the SSH session to a Dev Environment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMAND() |
Getter for COMMAND, with configurable default |
ASK_COMMAND() |
Getter for COMMAND w/ exceptions if field has no value |
HAS_COMMAND() |
Determine if COMMAND has a value |
arguments¶
An array of arguments containing arguments and members.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARGUMENTS() |
Getter for ARGUMENTS, with configurable default |
ASK_ARGUMENTS() |
Getter for ARGUMENTS w/ exceptions if field has no value |
HAS_ARGUMENTS() |
Determine if ARGUMENTS has a value |