Uses of Class
org.jenkinsci.plugins.jqsmonitoring.buildqueue.QueueJob
-
Packages that use QueueJob Package Description org.jenkinsci.plugins.jqsmonitoring.buildqueue -
-
Uses of QueueJob in org.jenkinsci.plugins.jqsmonitoring.buildqueue
Methods in org.jenkinsci.plugins.jqsmonitoring.buildqueue that return types with arguments of type QueueJob Modifier and Type Method Description ArrayList<QueueJob>
BuildQueue. getQueueJobs()
Returns a list of all jobs in the queue.Methods in org.jenkinsci.plugins.jqsmonitoring.buildqueue with parameters of type QueueJob Modifier and Type Method Description int
QueueJob. compareTo(QueueJob qj)
Implementation of the comparing method.
-