Module

server/utils/ssotToRobotParsing/ssotToRobotParser

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

View Source server/utils/ssotToRobotParsing/ssotToRobotParser.js, line 68

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

View Source server/utils/ssotToRobotParsing/ssotToRobotParser.js, line 40

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

View Source server/utils/ssotToRobotParsing/ssotToRobotParser.js, line 57

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

View Source server/utils/ssotToRobotParsing/ssotToRobotParser.js, line 22

Code that has to be put in .robot file
string