Queue¶
Queue module for jenkinsapi
- class jenkinsapi.queue.Queue(baseurl: str, jenkins_obj: Jenkins)[source]¶
Bases:
JenkinsBaseClass that represents the Jenkins queue
- class jenkinsapi.queue.QueueItem(baseurl: str, jenkins_obj: Jenkins)[source]¶
Bases:
JenkinsBaseAn individual item in the queue
- get_eta() float[source]¶
Return the estimated time (in seconds) until the build starts. Returns 0 if the item is already buildable or no estimate available.
- property is_blocked: bool¶
True if this queue item is blocked from building.
- property is_buildable: bool¶
True if this queue item is ready to be built.
- property is_stuck: bool¶
True if this queue item is stuck (blocked for a long time).
- property name¶
- property queue_id¶
- property why¶