Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.3 KB

Job.md

File metadata and controls

36 lines (29 loc) · 1.3 KB

Job

Properties

Name Type Description Notes
artifactName String Artifact name related to this job
cancellable Boolean Set to true if job is cancelable
executionOrder Double Job execution order
finishTime OffsetDateTime End time of job
jobClass String Job class
jobData Object Job data
jobGroup String Job group
jobName String identifier of job [optional]
priority Integer Job priority
projectName String Project name related to this job
projectVersionId Long Project version identifier related to this job
projectVersionName String Project version name related to this job
startTime OffsetDateTime Start time of job
state StateEnum Job State
userName String Name of user this job was created by

Enum: StateEnum

Name Value
PREPARED "PREPARED"
FINISHED "FINISHED"
RUNNING "RUNNING"
WAITING_FOR_WORKER "WAITING_FOR_WORKER"
FAILED "FAILED"
CANCELLED "CANCELLED"