Methods
# async inner parseCodeForJob(robotId, jobId) → {string}
Parses the ssot provided by its id to an executable .robot file
Parameters:
Name | Type | Description |
---|---|---|
robotId |
String | Id of the ssot which will be parsed |
jobId |
String | Id of the current robotJob that will be executed |
Code that has to be put in .robot file
string
# async inner parseSsotAndJobToRobotCode(ssot, jobId) → {string}
Parses the given ssot and parameters of the robot job to an executable .robot file
Parameters:
Name | Type | Description |
---|---|---|
ssot |
Object | Ssot of the robot |
jobId |
Object | Id of the job |
Code that has to be put in .robot file
string
# async inner parseSsotById(robotId) → {string}
Parses the ssot provided by its id to an executable .robot file
Parameters:
Name | Type | Description |
---|---|---|
robotId |
String | Id of the ssot which will be parsed |
Code that has to be put in .robot file
string
# async inner parseSsotToRobotCode(ssot) → {string}
Parses the given SSoT to an executable .robot file
Parameters:
Name | Type | Description |
---|---|---|
ssot |
Object | Ssot of the robot |
Code that has to be put in .robot file
string