Background
Getting Started
Tutorial
How-to-guides
Explanation
Reference
buildtest
buildtest.builders
buildtest.buildsystem
buildtest.cli
buildtest.executors
buildtest.scheduler
buildtest.schemas
buildtest.tools
buildtest.utils
Development Guide
Useful Links
buildtest.scheduler.job
Job
This is a base class for holding job level data and common methods for used
This is a base class for holding job level data and common methods for used for batch job submission.
Return job state
Return Job ID as string type
Check if job is in pending state
Check if job is in running state
Check if job is in suspended state
Cancel job
Poll job and update job state.
Get output and error of job
Return output file of job
Return error file of job
Return exit code of job