Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueueItem

Hierarchy

  • QueueItem

Index

Properties

Optional _class

_class: undefined | string

internal Jenkins model

Optional blocked

blocked: undefined | false | true

indicates if the queued item is blocked usually true if concurrent builds are not permitted

Optional buildable

buildable: undefined | false | true

indicates if the queued item is buildable usually true if concurrent builds are permitted, but waiting for available executor

Optional buildableStartMilliseconds

buildableStartMilliseconds: undefined | number

timestamp of when queued item will be buildable

Optional id

id: undefined | number

global build id

Optional inQueueSince

inQueueSince: undefined | number

timestamp of entry into queue

Optional params

params: undefined | string

build parameters

Optional pending

pending: undefined | false | true

indicates if the queued item is pending

Optional stuck

stuck: undefined | false | true

indicates if the queued item is stuck

Optional task

task: undefined | object

summary of the task in queue

Optional url

url: undefined | string

url of queued item

Optional why

why: undefined | string

reason for being queued

Generated using TypeDoc