@ExportedBean public class BuildQueue extends Object
| Constructor and Description |
|---|
BuildQueue()
Constructor method.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public hudson.model.Api getApi()
@Exported public int getNumberOfJobs()
@Exported(inline=true) public ArrayList<QueueJob> getQueueJobs()
public void refresh()
Copyright © 2004-2013. All Rights Reserved.