jobType property
The type for the job. If the value is RELEASE
, the job was
manually released from its source by using the StartJob
API. If
the value is RETRY
, the job was manually retried using the
StartJob
API. If the value is WEB_HOOK
, the job
was automatically triggered by webhooks.
Implementation
final JobType jobType;