Create a new job in the jobs_collection.
(self, job_name)
| 89 | ) |
| 90 | |
| 91 | def create_job(self, job_name): |
| 92 | """ |
| 93 | Create a new job in the jobs_collection. |
| 94 | """ |
| 95 | self.__check_job_exists(job_name) |
| 96 | |
| 97 | def record_job_start(self): |
| 98 | """ |
no test coverage detected