job_attempt_service_interface
Service contract for job attempts.
Table of Contents
Methods
- list_by_job() : array<int, job_attempt_interface>
- register() : void
Methods
list_by_job()
public
list_by_job(int $jobid) : array<int, job_attempt_interface>
Parameters
- $jobid : int
Return values
array<int, job_attempt_interface>register()
public
register(int $jobid, job_attempt_interface $attempt) : void
Parameters
- $jobid : int
- $attempt : job_attempt_interface