|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jenkinsci.plugins.jqsmonitoring.buildqueue.BuildQueue
@ExportedBean public class BuildQueue
This class implements a BuildQueue and contains information about all queue jobs.
| Constructor Summary | |
|---|---|
BuildQueue()
Constructor method. |
|
| Method Summary | |
|---|---|
hudson.model.Api |
getApi()
REST API. |
int |
getNumberOfJobs()
Return the number of queue jobs. |
ArrayList<QueueJob> |
getQueueJobs()
Returns a list of all jobs in the queue. |
void |
refresh()
Refresh method for this class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BuildQueue()
| Method Detail |
|---|
public hudson.model.Api getApi()
@Exported public int getNumberOfJobs()
@Exported(inline=true) public ArrayList<QueueJob> getQueueJobs()
public void refresh()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||