17.49. JobsDetails¶
Details of a pipeline job.
message JobDetails { Identifier job_id = 1; Identifier payload_id = 2; Identifier pipeline_id = 3; string job_name = 4; JobState state = 5; JobStatus status = 6; JobPriority priority = 7; Timestamp created = 13; Timestamp started = 14; Timestamp stopped = 15; }
17.49.1. Properties¶
17.49.1.2. payload_id¶
type: message
Unique identifier of the payload associated with the job.
See Identifier for details.
17.49.1.3. pipeline_id¶
type: message
Unique identifier of the pipeline associated with the job.
See Identifier for details.
17.49.1.8. created¶
type: message
Timestamp describing when the job was created.
See Timestamp for details.