job_attempt_repository
class job_attempt_repository extends abstract_repository implements job_attempt_repository_interface
| internal |
Repository for middag_job_attempt.
Constants
| private TABLE_ATTEMPT |
|
| private TABLE_JOB |
|
Methods
void
add_attempt(int $jobid, job_attempt_interface $attempt)
Persist one attempt for a job and update job summary counters.
array
find_by_job(int $jobid)
No description
Details
at line 35
__construct(job_attempt_mapper $mapper)
No description
at line 39
void
add_attempt(int $jobid, job_attempt_interface $attempt)
Persist one attempt for a job and update job summary counters.
at line 58
array
find_by_job(int $jobid)
No description